Helius
2021-04-14 03ae1e434c4f838d1f4290a945a5898a43b7a1c8
src/main/resources/mapper/member/MemberCoinWithdrawDao.xml
@@ -4,7 +4,7 @@
    <select id="findMemberCoinWithdrawInPage" resultType="com.xcong.excoin.modules.member.entity.MemberCoinWithdrawEntity">
      select * from member_coin_withdraw
               where member_id = #{record.memberId} and is_inside = 'N'
               where member_id = #{record.memberId}
        order by create_time desc
    </select>