fix
Helius
2022-03-18 1794a91e44fdd0624aea450ccb2c9efcfc9f3c95
src/main/resources/mapper/otc/OtcOrderDao.xml
@@ -99,7 +99,7 @@
    </select>
    <select id="selectOrderTotalAmount" resultType="java.math.BigDecimal">
        select sum(total_amount) from otc_order
        select IFNULL(sum(total_amount), 0) from otc_order
        where member_id=#{memberId} and status = 3
    </select>