修复统计

This commit is contained in:
墨大叔 2024-10-15 09:35:40 +08:00
parent 710a05b677
commit 682597d821

View File

@ -91,8 +91,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
date(srb.create_time) as `key`,
</if>
</if>
srb.amount,
srb.received_amount
sum(srb.amount) as `amount`,
sum(srb.received_amount) as received_amount
from <include refid="selectTables"/>
<where>
<include refid="searchCondition"/>