作者 lyh

gx

... ... @@ -119,7 +119,7 @@ class BlogLabelLogic extends BaseLogic
$param['create_id'] = $this->user['id'];
$param['operator_id'] = $this->user['id'];
$param['project_id'] = $this->user['project_id'];
$param['title'] = $v;
$param['name'] = $v;
$id = $this->model->insertGetId($param);
$ids[] = $id;
}
... ...