作者 lyh

gx

@@ -22,6 +22,8 @@ class CustomTemplateLogic extends BaseLogic @@ -22,6 +22,8 @@ class CustomTemplateLogic extends BaseLogic
22 * @time :2023/6/29 15:46 22 * @time :2023/6/29 15:46
23 */ 23 */
24 public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ 24 public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){
  25 + $map['status'] = 0;
  26 + $map['deleted_status'] = 0;
25 $lists = $this->model->lists($map,$page,$row,$order,$filed); 27 $lists = $this->model->lists($map,$page,$row,$order,$filed);
26 return $this->success($lists); 28 return $this->success($lists);
27 } 29 }