正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -287,7 +287,7 @@ class BTemplateLogic extends BaseLogic | @@ -287,7 +287,7 @@ class BTemplateLogic extends BaseLogic | ||
| 287 | $templateCommonModel->edit($data,['id'=>$info['id']]); | 287 | $templateCommonModel->edit($data,['id'=>$info['id']]); |
| 288 | } | 288 | } |
| 289 | //更新所有界面的other | 289 | //更新所有界面的other |
| 290 | - $templateCommonModel->edit(['other'=>$other],['project_id'=>$this->user['project_id']]); | 290 | + $templateCommonModel->edit(['other'=>$other],['project_id'=>$this->user['project_id'],'template_id'=>$param['template_id']]); |
| 291 | return $this->success(); | 291 | return $this->success(); |
| 292 | } | 292 | } |
| 293 | 293 |
-
请 注册 或 登录 后发表评论