|
...
|
...
|
@@ -50,7 +50,7 @@ class BlogLabelLogic extends BaseLogic |
|
|
|
$this->fail('当前标签名称已存在');
|
|
|
|
}
|
|
|
|
$this->param['create_id'] = $this->user['id'];
|
|
|
|
$this->param['Operator_id'] = $this->user['id'];
|
|
|
|
$this->param['operator_id'] = $this->user['id'];
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
|
|
|
$rs = $this->model->add($this->param);
|
|
|
|
if($rs === false){
|
...
|
...
|
|