Commit f8de367d authored by hujun's avatar hujun

real_money

parent 6a15d334
......@@ -2451,7 +2451,7 @@ class Finance extends Basic
$data['list'] = $list;
//加时间条件
if ($is_show) {
$data['money_total'] = $order->getMoneyTotal($where, 'a.money'); //总额
$data['money_total'] = $order->getMoneyTotal($where, 'a.real_money'); //总额
} else {
$data['money_total'] = '';
}
......
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