Helius
2021-05-25 1dbf829953a2bbca1522a48440223fde45518b46
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>