xiaoyong931011
2020-09-03 4b4230fc3fa0cda14f1d0ab8d5251949a2725dbc
src/main/java/com/xcong/excoin/modules/member/mapper/MemberCoinWithdrawMapper.java
@@ -15,4 +15,10 @@
   String selectTBByMemberId(@Param("memberId")String memberId);
   IPage<MemberCoinWithdrawVo> findMemberWithdrawCoinAloneInPage(Page<MemberCoinWithdrawEntity> page,
         @Param("record")MemberCoinWithdrawEntity memberCoinWithdrawEntity);
   IPage<MemberCoinWithdrawVo> findMemberWithdrawCoinTestListInPage(Page<MemberCoinWithdrawEntity> page,
         @Param("record")MemberCoinWithdrawEntity memberCoinWithdrawEntity);
}