Authored by wujiexiang

检测不通过状态允许买家退款

... ... @@ -431,7 +431,8 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService {
OrderStatus.SELLER_SHAM_SEND_OUT_AUTO.getCode(),
OrderStatus.SELLER_SHAM_SEND_OUT.getCode(),
OrderStatus.BUYER_BLOWN_CUSTOMS_CLEARANCE.getCode(),
OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE.getCode());
OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE.getCode(),
OrderStatus.PLATFORM_DETECTION_NOT_PASS.getCode());
@Override
public boolean canRefund(OrderInfo orderInfo) {
... ...