作者 lyh

gx

... ... @@ -372,7 +372,7 @@ class VisualizationLogic extends BaseLogic
$templateCommonModel->edit($data,['id'=>$info['id']]);
}
//更新所有界面的other
$templateCommonModel->edit(['other'=>$other],['project_id'=>$this->user['project_id']]);
$templateCommonModel->edit(['other'=>$other],['project_id'=>$this->user['project_id'],'template_id'=>$template_id]);
return $this->success();
}
... ...