作者 lyh

gx

@@ -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 }