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