正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -510,8 +510,10 @@ class BTemplateLogic extends BaseLogic | @@ -510,8 +510,10 @@ class BTemplateLogic extends BaseLogic | ||
| 510 | $templateCommonModel->edit($data,['id'=>$commonInfo['id']]); | 510 | $templateCommonModel->edit($data,['id'=>$commonInfo['id']]); |
| 511 | } | 511 | } |
| 512 | //更新所有界面的other | 512 | //更新所有界面的other |
| 513 | + if($template_id != 0){ | ||
| 513 | return $templateCommonModel->edit(['other'=>$handleInfo['other']],['project_id'=>$this->user['project_id'],'template_id'=>$template_id]); | 514 | return $templateCommonModel->edit(['other'=>$handleInfo['other']],['project_id'=>$this->user['project_id'],'template_id'=>$template_id]); |
| 514 | } | 515 | } |
| 516 | + } | ||
| 515 | 517 | ||
| 516 | /** | 518 | /** |
| 517 | * @remark :扩展模块定制保存头部处理 | 519 | * @remark :扩展模块定制保存头部处理 |
-
请 注册 或 登录 后发表评论