...
|
...
|
@@ -47,7 +47,7 @@ public class ActionStatusHold { |
|
|
|
|
|
static List<Integer> canModifyAddressStatus ;
|
|
|
static {
|
|
|
canModifyAddressStatus = Arrays.asList(OrderStatus.HAS_PAYED.getCode(), OrderStatus.SELLER_SEND_OUT.getCode());
|
|
|
canModifyAddressStatus = Arrays.asList(OrderStatus.HAS_PAYED.getCode(), OrderStatus.SELLER_SEND_OUT.getCode(),OrderStatus.PLATFORM_RECEIVE.getCode());
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
|