diff --git a/src/main/java/com/yn/bftl/thirdparty/modules/chinaums/service/impl/WalletServiceImpl.java b/src/main/java/com/yn/bftl/thirdparty/modules/chinaums/service/impl/WalletServiceImpl.java index 1bf8b0a..322d2c4 100644 --- a/src/main/java/com/yn/bftl/thirdparty/modules/chinaums/service/impl/WalletServiceImpl.java +++ b/src/main/java/com/yn/bftl/thirdparty/modules/chinaums/service/impl/WalletServiceImpl.java @@ -756,7 +756,7 @@ // } // } // return chinaumsUtil.execute(RouteUtil.ROUTE_WALLET_WITHDRAWALS, (JSONObject) JSONObject.toJSON(withdrawalsDTO), WithdrawalsVO.class); - log.error("withdrawalsDTO:{}",withdrawalsDTO); +// log.error("withdrawalsDTO:{}",withdrawalsDTO); WithdrawalsVO withdrawalsVO = new WithdrawalsVO(); Company company = getUser().getCompany(); @@ -784,6 +784,8 @@ // 提现金额 byxAsyncWithdrawDTO.setAmount(Convert.toStr(withdrawalsDTO.getAmount())); + // 我们的订单号 + byxAsyncWithdrawDTO.setMctOrderNo(withdrawalsDTO.getOutOrderNo()); byxAsyncWithdrawDTO.setPlugRandomKey(withdrawalsDTO.getPlugRandomKey()); byxAsyncWithdrawDTO.setEncryptPwd(withdrawalsDTO.getPassword());