作者 liyuhang

gx

@@ -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'];