Helius
2021-03-18 cc6d44ddf61b67225461b159f0eccdf597982c10
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} and is_inside = 'N'
        order by create_time desc
    </select>