xiaoyong931011
2020-07-20 02c660bd6f359e670d533d2101470b5b6944cc99
src/main/java/com/xcong/excoin/modules/member/mapper/MemberCoinWithdrawMapper.java
@@ -15,4 +15,7 @@
   String selectTBByMemberId(@Param("memberId")String memberId);
   IPage<MemberCoinWithdrawVo> findMemberWithdrawCoinAloneInPage(Page<MemberCoinWithdrawEntity> page,
         @Param("record")MemberCoinWithdrawEntity memberCoinWithdrawEntity);
}