|
...
|
...
|
@@ -37,7 +37,7 @@ class WebSettingServiceLogic extends BaseLogic |
|
|
|
public function setting_service_save(){
|
|
|
|
try {
|
|
|
|
//删除以前的数据
|
|
|
|
$param['project_id'] = ['in',$this->user['project_id']];
|
|
|
|
$param['project_id'] = $this->user['project_id'];
|
|
|
|
$this->model->del($param);
|
|
|
|
//新增
|
|
|
|
$this->model->add($this->param);
|
...
|
...
|
|