mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update
This commit is contained in:
@@ -912,10 +912,9 @@ public class OrderBasicInfoServiceImpl implements IOrderBasicInfoService {
|
||||
clearingBillInfo.setMerchantId(merchantId);
|
||||
clearingBillInfo.setOrderSource("1");
|
||||
|
||||
|
||||
List<ClearingBillDetail> billDetailList = Lists.newArrayList();
|
||||
// 执行分账
|
||||
orderBasicInfos.parallelStream().forEach(x -> {
|
||||
orderBasicInfos.forEach(x -> {
|
||||
try {
|
||||
PaymentConfirmResponse paymentConfirmResponse = doPaymentConfirm(x, adapayMemberAccount);
|
||||
if (paymentConfirmResponse != null && AdapayStatusEnum.SUCCEEDED.getValue().equals(paymentConfirmResponse.getStatus())) {
|
||||
|
||||
Reference in New Issue
Block a user