Commit 5ca4472e authored by hujun's avatar hujun

税费导出

parent e93e329e
......@@ -183,7 +183,7 @@ class OfficeFinance extends Basic
return $this->response($data['code'], $data['msg'], $data['data']);
} else {
$list = $m_fee->getTaxesList($pageNo, 50000, 'a.id desc', $fields, $where);
if (count($data['data']) > 0) {
if (count($list) > 0) {
$excel_data = [];
foreach ($list as $k=>$v) {
$agent_data = $s_redis->getRedisCache(2, $v['agent_id']);
......
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