feat: 新增文章设置排序值接口
This commit is contained in:
@@ -40,12 +40,6 @@ class ArticleModel extends ArticleBaseModel
|
||||
}
|
||||
}
|
||||
|
||||
// 主键查询
|
||||
public function scopeId($query, $value)
|
||||
{
|
||||
$query->where('id', '=', $value);
|
||||
}
|
||||
|
||||
// 语言查询
|
||||
public function scopeLanguage($query, $value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user