Authored by wujiexiang

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

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