Authored by wujiexiang

Merge branch 'dev-detectnotpass' into hotfix-20190826

... ... @@ -896,7 +896,8 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService {
|| type == SellerWalletDetail.Type.APPRAISE_UNSURE
|| type == SellerWalletDetail.Type.BUYER_CANCEL_DELIVERY
|| type == SellerWalletDetail.Type.BUYER_CANCEL_NO_DELIVERY
|| type == SellerWalletDetail.Type.AUDIT_FAILED) {
|| type == SellerWalletDetail.Type.AUDIT_FAILED
|| type == SellerWalletDetail.Type.DETECTION_NOT_PASS) {
// 增加保证金
availAmount = money;
lockAmount = money.negate();
... ...