Commit d569088c authored by zhuwei's avatar zhuwei

商学院原文件名

parent 64c54e62
...@@ -136,7 +136,7 @@ class News extends Basic ...@@ -136,7 +136,7 @@ class News extends Basic
if (empty($this->params['id'])) { if (empty($this->params['id'])) {
return $this->response(101, "Id is null."); return $this->response(101, "Id is null.");
} }
$field = 'id,title,s_label_id,cover_plan,content,annex_file_name'; $field = 'id,title,s_label_id,cover_plan,content,annex_file_name,file_former_name';
$where['status'] = 0; $where['status'] = 0;
$where['id'] = $this->params['id']; $where['id'] = $this->params['id'];
$data = $this->m_news->getNewsInfo($field, $where); $data = $this->m_news->getNewsInfo($field, $where);
......
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