xiaoyong931011
2020-07-19 7d32625de376f2993129314397e7366f4b34e5c9
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);
}