|
...
|
...
|
@@ -20,7 +20,7 @@ class ProofreadingLogic extends BaseLogic |
|
|
|
* @method :post
|
|
|
|
* @time :2023/6/12 11:06
|
|
|
|
*/
|
|
|
|
public function proofreadingList($map,$p,$row,$order = 'id',$filed = ['*']){
|
|
|
|
public function proofreadingList($map,$p,$row,$order = 'created_at',$filed = ['*']){
|
|
|
|
$list = $this->model->lists($map,$p,$row,$order,$filed);
|
|
|
|
return $this->success($list);
|
|
|
|
}
|
...
|
...
|
|