Commit 3a718de4 by jianan

前端对接问题修复95

parent cc685db6
......@@ -26,7 +26,7 @@
<select id="getStatistics" resultType="com.yd.csf.service.vo.ExpectedFortuneStatisticsVO">
select
ifnull(sum(ef.amount),0) as totalExpectedAmount,
ifnull(sum(ef.hkd_amount),0) as totalExpectedAmount,
ifnull(sum(ef.paid_amount),0) as totalPaidAmount,
ifnull(sum(ef.unpaid_amount),0) as totalUnpaidAmount,
ifnull(e.totalPremiumAmount,0) as totalPremiumAmount,
......
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