|
...
|
...
|
@@ -36,6 +36,9 @@ class OaNoticeLogic extends BaseLogic |
|
|
|
public function saveOaNotice(){
|
|
|
|
$this->param['operator_id'] = $this->manager['id'];
|
|
|
|
$project_str = trim($this->param['project_str'],',');
|
|
|
|
if($project_str == 0){
|
|
|
|
$this->param['project_str'] = 'all';
|
|
|
|
}
|
|
|
|
if($project_str != 'all'){
|
|
|
|
$this->param['project_str'] = ','.$project_str.',';
|
|
|
|
}
|
...
|
...
|
|