正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -31,7 +31,7 @@ class CustomTemplateLogic extends BaseLogic | @@ -31,7 +31,7 @@ class CustomTemplateLogic extends BaseLogic | ||
| 31 | * @time :2023/6/29 15:46 | 31 | * @time :2023/6/29 15:46 |
| 32 | */ | 32 | */ |
| 33 | public function customTemplateLists($map,$page,$row,$order = 'created_at'){ | 33 | public function customTemplateLists($map,$page,$row,$order = 'created_at'){ |
| 34 | - $filed = ['id','name','status','url','title','keywords','description','project_id','is_upgrade','six_read','is_visualization','created_at','updated_at']; | 34 | + $filed = ['id','name','status','url','operator_id','title','keywords','description','project_id','is_upgrade','six_read','is_visualization','created_at','updated_at']; |
| 35 | $map['deleted_status'] = 0; | 35 | $map['deleted_status'] = 0; |
| 36 | $map['project_id'] = $this->user['project_id']; | 36 | $map['project_id'] = $this->user['project_id']; |
| 37 | $lists = $this->model->lists($map,$page,$row,$order,$filed); | 37 | $lists = $this->model->lists($map,$page,$row,$order,$filed); |
-
请 注册 或 登录 后发表评论