|
...
|
...
|
@@ -32,6 +32,7 @@ class ImportLogic extends BaseLogic |
|
|
|
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
|
|
|
$this->param['user_id'] = $this->user['id'];
|
|
|
|
$this->param['status'] = 9;
|
|
|
|
$rs = $this->model->add($this->param);
|
|
|
|
if($rs === false){
|
|
|
|
$this->fail('error');
|
...
|
...
|
|