xiaoyong931011
2021-02-05 934518978184e2a48d722e465008cfdd50ab6a49
20210205
1 files modified
2 ■■■ changed files
src/main/resources/mapper/member/MemberCoinWithdrawDao.xml 2 ●●● patch | view | raw | blame | history
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>