fix
Helius
2022-04-28 2bb3726298a44cc1927f8921051431478d01431b
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -172,4 +172,9 @@
        group by a.invite_id
         ) a
    </select>
    <select id="selectTotalAmount" resultType="java.math.BigDecimal">
        select IFNULL(sum(IFNULL(amount,0)),0) from mall_order_info
        where member_id=#{memberId} and status = 4
    </select>
</mapper>