feat: 新增文章设置排序值接口

This commit is contained in:
2025-02-13 15:25:51 +08:00
parent bbbe817a79
commit d27e1a184d
4 changed files with 27 additions and 12 deletions

View File

@@ -40,12 +40,6 @@ class ArticleModel extends ArticleBaseModel
}
}
// 主键查询
public function scopeId($query, $value)
{
$query->where('id', '=', $value);
}
// 语言查询
public function scopeLanguage($query, $value)
{