|
...
|
...
|
@@ -510,8 +510,10 @@ class BTemplateLogic extends BaseLogic |
|
|
|
$templateCommonModel->edit($data,['id'=>$commonInfo['id']]);
|
|
|
|
}
|
|
|
|
//更新所有界面的other
|
|
|
|
if($template_id != 0){
|
|
|
|
return $templateCommonModel->edit(['other'=>$handleInfo['other']],['project_id'=>$this->user['project_id'],'template_id'=>$template_id]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :扩展模块定制保存头部处理
|
...
|
...
|
|