Authored by chenchao

support new order status

@@ -550,7 +550,8 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService { @@ -550,7 +550,8 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService {
550 OrderStatus.BUYER_BLOWN_CUSTOMS_CLEARANCE, 550 OrderStatus.BUYER_BLOWN_CUSTOMS_CLEARANCE,
551 OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE, 551 OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE,
552 OrderStatus.BUYER_CANCEL_BEFORE_DEPOT_RECEIVE_USE_DEPOSIT_GOODS, 552 OrderStatus.BUYER_CANCEL_BEFORE_DEPOT_RECEIVE_USE_DEPOSIT_GOODS,
553 - OrderStatus.PLATFORM_DETECTION_NOT_PASS); 553 + OrderStatus.PLATFORM_DETECTION_NOT_PASS,
  554 + OrderStatus.PLATFORM_CANCEL_OF_BUYER_PULL_WOOL);
554 555
555 @Override 556 @Override
556 public boolean canRefund(OrderInfo orderInfo) { 557 public boolean canRefund(OrderInfo orderInfo) {