src/main/resources/mapper/modules/MallOrderInfoMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -174,7 +174,7 @@ </select> <select id="selectTotalAmount" resultType="java.math.BigDecimal"> select sum(amount) from mall_order_info select IFNULL(sum(IFNULL(amount,0)),0) from mall_order_info where member_id=#{memberId} and status = 4 </select> </mapper>