fix
Helius
2022-04-28 c5ff383773b144f25d6d76e928056ca8382a8222
fix
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MallOrderInfoMapper.xml 2 ●●● 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>