作者 lyh

gx

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