Commit cdbe4c9f authored by zhuwei's avatar zhuwei

商学院-新增文章接口-新增附件字段

parent a787587d
...@@ -97,6 +97,7 @@ class News extends Basic ...@@ -97,6 +97,7 @@ class News extends Basic
$data['publisher_id'] = $this->userId; $data['publisher_id'] = $this->userId;
$data['cover_plan'] = $this->params['file_img']; $data['cover_plan'] = $this->params['file_img'];
$data['s_label_id'] = $this->params['s_label_id']; $data['s_label_id'] = $this->params['s_label_id'];
$data['annex_file_name'] = $this->params['annex_file_name'];
try { try {
$this->m_news->editData($data, $this->params['id']); $this->m_news->editData($data, $this->params['id']);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment