Authored by qinchao

瑕疵等级扣费:超级卖家

... ... @@ -808,7 +808,7 @@ public class MerchantOrderPaymentService extends AbstractOrderPaymentService {
logger.info("{}修改钱包,orderCode={},uid={},处罚保证金场合:获取身份超级卖家:{}", type.getName(), orderCode, uid, sellerType);
if (isSuper) {
if (type == SellerWalletDetail.Type.MINI_FAULT_REJECT) {
availAmount = smallBadProductPunishment;
availAmount = smallBadProductPunishment.multiply(new BigDecimal("-1"));
} else {
availAmount = money.multiply(new BigDecimal("-1"));
}
... ...