xiaoyong931011
2020-07-07 f54b190c032ddae53025e52616194fba1a2b46a3
20200707  代码提交
1 files modified
2 ■■■ changed files
src/main/resources/mapper/modules/MemberCoinWithdrawMapper.xml 2 ●●● 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>