| | |
| | | * @param page 分页 |
| | | * @return 分页列表 |
| | | */ |
| | | Page<UserWithdrawRecordVO> withdrawPage(String nickname, String userPhone, String applyForTime, |
| | | Page<UserWithdrawRecordVO> withdrawPage(List<Integer> userIds,String nickname, String userPhone, String applyForTime, |
| | | Integer state, Page<UserWithdrawRecordVO> page); |
| | | Page<UserWithdrawRecordVO> withdrawPage1(List<String> cityList,List<Integer> userIds,String nickname, String userPhone, String applyForTime, |
| | | Integer state, Page<UserWithdrawRecordVO> page); |
| | | |
| | | |
| | | /** |
| | | * 根据筛选条件查询数据 |
| | |
| | | * @return 分页列表 |
| | | */ |
| | | Page<UserWithdrawRecordVO> withdrawList(Integer userId, Page<UserWithdrawRecordVO> page); |
| | | Page<UserWithdrawRecordVO> withdrawList1(List<String> cityList,Integer userId, Page<UserWithdrawRecordVO> page); |
| | | |
| | | /** |
| | | * 用户端-提交提现申请 |