1
This commit is contained in:
@@ -602,6 +602,8 @@ class Article extends Controller {
|
||||
if(!$rule->check($data)){
|
||||
return jsonError($rule->getError());
|
||||
}
|
||||
$this->article_obj->where('article_id',$data['article_id'])->update(['sort'=>$data['sort']]);
|
||||
return jsonSuccess([]);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user