正在显示
1 个修改的文件
包含
0 行增加
和
2 行删除
| @@ -53,8 +53,6 @@ class NewsLogic extends BaseLogic | @@ -53,8 +53,6 @@ class NewsLogic extends BaseLogic | ||
| 53 | * @method | 53 | * @method |
| 54 | */ | 54 | */ |
| 55 | public function news_add(){ | 55 | public function news_add(){ |
| 56 | - var_dump($this->param); | ||
| 57 | - die(); | ||
| 58 | $this->param['create_id'] = $this->user['id']; | 56 | $this->param['create_id'] = $this->user['id']; |
| 59 | $this->param['operator_id'] = $this->user['id']; | 57 | $this->param['operator_id'] = $this->user['id']; |
| 60 | $this->param['project_id'] = $this->user['project_id']; | 58 | $this->param['project_id'] = $this->user['project_id']; |
-
请 注册 或 登录 后发表评论