Commit 6f73314a authored by hujun's avatar hujun

''

parent b17f5c98
...@@ -349,7 +349,7 @@ class Refund extends Basic ...@@ -349,7 +349,7 @@ class Refund extends Basic
} }
$data['data']['list'] = $list; $data['data']['list'] = $list;
$data['data']['total_money'] = $refund->getSumMoney($where); $data['data']['total_money'] = $refund->getSumMoney($where).'';
$data['data']['total'] = $refund->getCheckRefundListTotal($where); $data['data']['total'] = $refund->getCheckRefundListTotal($where);
return $this->response($data['code'], $data['msg'], $data['data']); return $this->response($data['code'], $data['msg'], $data['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