Commit ea06519d authored by hujun's avatar hujun

1

parent dc63a1ac
......@@ -306,7 +306,7 @@ class Finance extends Basic
if ($is_show) {
$data['data']['total_commission'] = $this->m_bargain->getBargainListSum('commission', $where);
$data['data']['total_income_money'] = $m_real->getIncomeListSum('money', $where);
$data['data']['total_income_money'] = $m_real->getIncomeListSum('e.money', $where);
} else {
$data['data']['total_commission'] = 0;
$data['data']['total_income_money'] = 0;
......
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