src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml
@@ -24,7 +24,7 @@ </select> <select id="selectTBByMemberId" resultType="java.lang.String"> select IFNULL(sum(amount),'0') from member_coin_withdraw where member_id = #{memberId} and status = 2 select IFNULL(sum(amount),'0') from member_coin_withdraw where member_id = #{memberId} and status = 2 and is_inside = 'Y' </select> </mapper>