正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论