正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -119,7 +119,7 @@ class BlogLabelLogic extends BaseLogic | @@ -119,7 +119,7 @@ class BlogLabelLogic extends BaseLogic | ||
| 119 | $param['create_id'] = $this->user['id']; | 119 | $param['create_id'] = $this->user['id']; |
| 120 | $param['operator_id'] = $this->user['id']; | 120 | $param['operator_id'] = $this->user['id']; |
| 121 | $param['project_id'] = $this->user['project_id']; | 121 | $param['project_id'] = $this->user['project_id']; |
| 122 | - $param['title'] = $v; | 122 | + $param['name'] = $v; |
| 123 | $id = $this->model->insertGetId($param); | 123 | $id = $this->model->insertGetId($param); |
| 124 | $ids[] = $id; | 124 | $ids[] = $id; |
| 125 | } | 125 | } |
-
请 注册 或 登录 后发表评论