src/main/resources/mapper/member/MemberCoinWithdrawDao.xml | ●●●●● 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>