Showing
1 changed file
with
2 additions
and
1 deletions
@@ -882,7 +882,8 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService { | @@ -882,7 +882,8 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService { | ||
882 | || type == SellerWalletDetail.Type.APPRAISE_OK | 882 | || type == SellerWalletDetail.Type.APPRAISE_OK |
883 | || type == SellerWalletDetail.Type.APPRAISE_UNSURE | 883 | || type == SellerWalletDetail.Type.APPRAISE_UNSURE |
884 | || type == SellerWalletDetail.Type.BUYER_CANCEL_DELIVERY | 884 | || type == SellerWalletDetail.Type.BUYER_CANCEL_DELIVERY |
885 | - || type == SellerWalletDetail.Type.BUYER_CANCEL_NO_DELIVERY) { | 885 | + || type == SellerWalletDetail.Type.BUYER_CANCEL_NO_DELIVERY |
886 | + || type == SellerWalletDetail.Type.AUDIT_FAILED) { | ||
886 | // 增加保证金 | 887 | // 增加保证金 |
887 | availAmount = money; | 888 | availAmount = money; |
888 | lockAmount = money.multiply(new BigDecimal("-1")); | 889 | lockAmount = money.multiply(new BigDecimal("-1")); |
-
Please register or login to post a comment