Commit 869f3762 authored by hujun's avatar hujun

1

parent 784f899b
...@@ -79,7 +79,7 @@ class Cost extends Basic ...@@ -79,7 +79,7 @@ class Cost extends Basic
$data['total'] = $this->fee_model->getJoinAgentListTotal($where); $data['total'] = $this->fee_model->getJoinAgentListTotal($where);
return $this->response(200, '', $data); return $this->response(200, '', $data);
} else { } else {
$this->getCostListExcel($field, $where); return $this->getCostListExcel($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