作者 lyh

gx

@@ -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