From 3701dcb2483643ac40d4b81c021b3d8cdab62402 Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期五, 06 九月 2024 21:50:18 +0800 Subject: [PATCH] 8.9 --- ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/WithdrawService.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/WithdrawService.java b/ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/WithdrawService.java index 4b020d6..4b2f544 100644 --- a/ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/WithdrawService.java +++ b/ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/WithdrawService.java @@ -35,7 +35,7 @@ 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); + Integer state, Page<UserWithdrawRecordVO> page,List<String> siteIds); /** @@ -87,7 +87,7 @@ * @return 分页列表 */ Page<UserWithdrawRecordVO> withdrawList(Integer userId, Page<UserWithdrawRecordVO> page); - Page<UserWithdrawRecordVO> withdrawList1(List<String> cityList,Integer userId, Page<UserWithdrawRecordVO> page); + Page<UserWithdrawRecordVO> withdrawList1(List<String> cityList,Integer userId, Page<UserWithdrawRecordVO> page,List<String> siteIds); /** * 用户端-提交提现申请 -- Gitblit v1.7.1