Authored by Lixiaodi

bug修改

... ... @@ -882,7 +882,8 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService {
|| type == SellerWalletDetail.Type.APPRAISE_OK
|| type == SellerWalletDetail.Type.APPRAISE_UNSURE
|| type == SellerWalletDetail.Type.BUYER_CANCEL_DELIVERY
|| type == SellerWalletDetail.Type.BUYER_CANCEL_NO_DELIVERY) {
|| type == SellerWalletDetail.Type.BUYER_CANCEL_NO_DELIVERY
|| type == SellerWalletDetail.Type.AUDIT_FAILED) {
// 增加保证金
availAmount = money;
lockAmount = money.multiply(new BigDecimal("-1"));
... ...