作者 lyh

gx

@@ -28,6 +28,7 @@ class CustomTemplateLogic extends BaseLogic @@ -28,6 +28,7 @@ class CustomTemplateLogic extends BaseLogic
28 */ 28 */
29 public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){ 29 public function customTemplateLists($map,$page,$row,$order = 'created_at',$filed = ['*']){
30 $map['deleted_status'] = 0; 30 $map['deleted_status'] = 0;
  31 + $map['project_id'] = $this->user['project_id'];
31 $lists = $this->model->lists($map,$page,$row,$order,$filed); 32 $lists = $this->model->lists($map,$page,$row,$order,$filed);
32 return $this->success($lists); 33 return $this->success($lists);
33 } 34 }