Commit 4aa0fe60 authored by hujun's avatar hujun

商学院图片

parent 8abcd0ba
...@@ -101,7 +101,7 @@ class News extends Basic ...@@ -101,7 +101,7 @@ class News extends Basic
$data['annex_file_name'] = $this->params['annex_file_name']; $data['annex_file_name'] = $this->params['annex_file_name'];
try { try {
$id = $this->m_news->addData($this->params, $this->userId); $id = $this->m_news->addData($data, $this->userId);
if ($id) { if ($id) {
$m_file = new SFile(); $m_file = new SFile();
$file_data = []; $file_data = [];
......
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