|
...
|
...
|
@@ -53,8 +53,6 @@ class NewsLogic extends BaseLogic |
|
|
|
* @method
|
|
|
|
*/
|
|
|
|
public function news_add(){
|
|
|
|
var_dump($this->param);
|
|
|
|
die();
|
|
|
|
$this->param['create_id'] = $this->user['id'];
|
|
|
|
$this->param['operator_id'] = $this->user['id'];
|
|
|
|
$this->param['project_id'] = $this->user['project_id'];
|
...
|
...
|
|