fanli/src/main/java/com/yeshi/fanli/mapping/hongbao/HongBaoV2CountMapper.xml
@@ -285,5 +285,11 @@ totalMoney DESC LIMIT ${start},${count} </select> <select id="countRebateCouponMoney" resultType="java.math.BigDecimal"> SELECT IFNULL(SUM(h.`hb_money`),0) FROM `yeshi_ec_hongbao_v2` h where h.`hb_type` = 10 </select> </mapper>