ruoyi-service/ruoyi-user/src/main/java/com/ruoyi/user/service/WithdrawService.java
@@ -20,7 +20,7 @@ * @param userid 用户id * @return 提现列表 */ WithdrawListVO withdrawList(Long userid); WithdrawListVO withdrawList(Integer userid); /** * 确认提现 @@ -29,5 +29,5 @@ * @param orderId 订单id * @return 操作结果 */ Boolean confirmWithdraw(Integer orderId, Long userid); Boolean confirmWithdraw(Integer orderId, Integer userid); }