作者 lyh

gx添加随机模块

@@ -29,7 +29,7 @@ class DomainApplicantLogLogic extends BaseLogic @@ -29,7 +29,7 @@ class DomainApplicantLogLogic extends BaseLogic
29 * @time :2025/5/29 14:34 29 * @time :2025/5/29 14:34
30 */ 30 */
31 public function lists($map,$page,$row){ 31 public function lists($map,$page,$row){
32 - $lists = $this->model->list($map,$page,$row,'id',['*']); 32 + $lists = $this->model->lists($map,$page,$row,'id',['*']);
33 return $this->success($lists); 33 return $this->success($lists);
34 } 34 }
35 35