mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-12 03:09:48 +08:00
update 更新文档
This commit is contained in:
@@ -160,15 +160,18 @@ public class AdapayUnsplitRecordHandleServiceImpl implements AdapayUnsplitRecord
|
||||
}
|
||||
|
||||
if (dueRefundAmount.compareTo(BigDecimal.ZERO) > 0 && !ensureRefundBeforeSplit(item, wechatAppId)) {
|
||||
syncAndRefreshFlagsFromAdapay(paymentId, wechatAppId);
|
||||
return ItemResult.SKIPPED;
|
||||
}
|
||||
|
||||
if (waitSplitAmount.compareTo(BigDecimal.ZERO) <= 0) {
|
||||
syncAndRefreshFlagsFromAdapay(paymentId, wechatAppId);
|
||||
return ItemResult.SKIPPED;
|
||||
}
|
||||
|
||||
BigDecimal confirmAmt = getLatestConfirmAmount(waitSplitAmount, item.getPayAmount(), item.getRefundAmount(), paymentId, wechatAppId);
|
||||
if (confirmAmt.compareTo(BigDecimal.ZERO) <= 0) {
|
||||
syncAndRefreshFlagsFromAdapay(paymentId, wechatAppId);
|
||||
return ItemResult.SKIPPED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user