|
...
|
...
|
@@ -809,6 +809,12 @@ class ProjectLogic extends BaseLogic |
|
|
|
];
|
|
|
|
$this->toHagro($data);
|
|
|
|
}
|
|
|
|
if(empty($this->param['exclusive_aicc_day'])){
|
|
|
|
unset($this->param['exclusive_aicc_day']);
|
|
|
|
}
|
|
|
|
if(empty($this->param['exclusive_hagro_day'])){
|
|
|
|
unset($this->param['exclusive_hagro_day']);
|
|
|
|
}
|
|
|
|
$rs = $this->model->edit($this->param,['id'=>$this->param['id']]);
|
|
|
|
if($rs === false){
|
|
|
|
$this->fail('保存失败,请联系管理员');
|
...
|
...
|
|