|
|
@@ -142,7 +142,7 @@ public class GoodsWholesalePayServiceImpl implements GoodsWholesalePayService {
|
|
|
}
|
|
|
@Override
|
|
|
public AliPayParams aliPayWholesale(AlipayOrderDonReq re, String productCode, String qrPayMode) throws Exception {
|
|
|
- if (!re.getIsDeposit()) {
|
|
|
+ if (re.getIsDeposit()) {
|
|
|
return aliPayCommonService.aliPayUnifiedWholesaleDeposit(re, productCode, qrPayMode);
|
|
|
}
|
|
|
return aliPayCommonService.aliPayUnifiedWholesale(re, productCode, qrPayMode);
|