Showing
1 changed file
with
1 additions
and
1 deletions
@@ -47,7 +47,7 @@ public class ActionStatusHold { | @@ -47,7 +47,7 @@ public class ActionStatusHold { | ||
47 | 47 | ||
48 | static List<Integer> canModifyAddressStatus ; | 48 | static List<Integer> canModifyAddressStatus ; |
49 | static { | 49 | static { |
50 | - canModifyAddressStatus = Arrays.asList(OrderStatus.HAS_PAYED.getCode(), OrderStatus.SELLER_SEND_OUT.getCode()); | 50 | + canModifyAddressStatus = Arrays.asList(OrderStatus.HAS_PAYED.getCode(), OrderStatus.SELLER_SEND_OUT.getCode(),OrderStatus.PLATFORM_RECEIVE.getCode()); |
51 | } | 51 | } |
52 | } | 52 | } |
53 | 53 |
-
Please register or login to post a comment