正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -20,7 +20,7 @@ class ProofreadingLogic extends BaseLogic | @@ -20,7 +20,7 @@ class ProofreadingLogic extends BaseLogic | ||
| 20 | * @method :post | 20 | * @method :post |
| 21 | * @time :2023/6/12 11:06 | 21 | * @time :2023/6/12 11:06 |
| 22 | */ | 22 | */ |
| 23 | - public function proofreadingList($map,$p,$row,$order = 'id',$filed = ['*']){ | 23 | + public function proofreadingList($map,$p,$row,$order = 'created_at',$filed = ['*']){ |
| 24 | $list = $this->model->lists($map,$p,$row,$order,$filed); | 24 | $list = $this->model->lists($map,$p,$row,$order,$filed); |
| 25 | return $this->success($list); | 25 | return $this->success($list); |
| 26 | } | 26 | } |
-
请 注册 或 登录 后发表评论