作者 lyh

gx

@@ -30,6 +30,7 @@ class ATemplateModuleLogic extends BaseLogic @@ -30,6 +30,7 @@ class ATemplateModuleLogic extends BaseLogic
30 * @time :2023/6/28 18:01 30 * @time :2023/6/28 18:01
31 */ 31 */
32 public function aTemplateModuleLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ 32 public function aTemplateModuleLists($map,$page,$row,$order = 'created_at',$filed = ['*']){
  33 + $map['deleted_status'] = 0;
33 $map['status'] = 0; 34 $map['status'] = 0;
34 $lists = $this->model->lists($map,$page,$row,$order,$filed); 35 $lists = $this->model->lists($map,$page,$row,$order,$filed);
35 return $this->success($lists); 36 return $this->success($lists);