xiaoyong931011
2020-07-21 1b5bc3df795c5118c695420e2f4dad1ea0c8d1f7
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);
}