|
...
|
...
|
@@ -57,7 +57,7 @@ class ProcessRecordsLogic extends BaseLogic |
|
|
|
|
|
|
|
public function save($param){
|
|
|
|
$info = $this->model->read(['project_id'=>$param['project_id']]);
|
|
|
|
$this->param['operator_id'] = $this->manage['id'];
|
|
|
|
$this->param['operator_id'] = $this->manager['id'];
|
|
|
|
if($info === false){
|
|
|
|
$res = $this->model->add($param);
|
|
|
|
}else{
|
...
|
...
|
|