...
|
...
|
@@ -531,7 +531,8 @@ public class BuyerOrderPaymentService extends AbstractOrderPaymentService { |
|
|
OrderStatus.PLATFORM_BLOWN_CUSTOMS_CLEARANCE,
|
|
|
OrderStatus.BUYER_CANCEL_BEFORE_DEPOT_RECEIVE_USE_DEPOSIT_GOODS,
|
|
|
OrderStatus.PLATFORM_DETECTION_NOT_PASS,
|
|
|
OrderStatus.PLATFORM_CANCEL_OF_BUYER_PULL_WOOL);
|
|
|
OrderStatus.PLATFORM_CANCEL_OF_BUYER_PULL_WOOL,
|
|
|
OrderStatus.SELLER_CAN_NOT_SEND_OUT);
|
|
|
|
|
|
@Override
|
|
|
public boolean canRefund(OrderInfo orderInfo) {
|
...
|
...
|
|