Commit 1fd91a2d authored by zhuwei's avatar zhuwei

1

parent 010925a3
...@@ -587,7 +587,7 @@ class CostParameter extends Basic ...@@ -587,7 +587,7 @@ class CostParameter extends Basic
return $this->response("101", '非法时间'); return $this->response("101", '非法时间');
} }
$file = $_FILES['excel_import']; $file = $_FILES['file'];
$type = $params['type']; //excel_import $type = $params['type']; //excel_import
$uploadFileService = new UploadFileService(); $uploadFileService = new UploadFileService();
......
...@@ -27,6 +27,7 @@ class FStoreData extends BaseModel ...@@ -27,6 +27,7 @@ class FStoreData extends BaseModel
$data["is_del"] = 0; $data["is_del"] = 0;
$data['create_time'] = $time; $data['create_time'] = $time;
$data['update_time'] = $time; $data['update_time'] = $time;
big_log($data);
return $this->db_->insert($data); return $this->db_->insert($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