Commit 8f1edadb authored by zhuwei's avatar zhuwei

1

parent bf96ee5b
......@@ -496,7 +496,7 @@ class AmercementService
$result[$key]['money_sum'] = $result[$key]['forfeit_penalty'] + $val['money'];//罚款总金额
}
$result_['list'] = $result;
$result_['total'] = $result = $this->m_amercement->getAmercementTotal($conditions, $field);
$result_['total'] = $this->m_amercement->getAmercementTotal($conditions, $field);
return $result_;
}
......
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