Commit 53304b4d authored by hujun's avatar hujun

empty

parent b8c776fe
...@@ -3767,7 +3767,7 @@ class Finance extends Basic ...@@ -3767,7 +3767,7 @@ class Finance extends Basic
* @return \think\Response * @return \think\Response
*/ */
public function adjustment() { public function adjustment() {
if (!$this->request->isAjax()) { if (!$this->request->isAjax() && empty($this->params['excel'])) {
return view("adjustment"); return view("adjustment");
} }
......
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