...
|
...
|
@@ -31,7 +31,7 @@ public class OrderConfigConstant { |
|
|
orderRegionAttributeMap.put(RegionEnum.MAINLAND.getCode(), orderAttributeMap);
|
|
|
|
|
|
Map<Integer, String> hkAttributeMap = new HashMap<>();
|
|
|
hkAttributeMap.put(OrderAttributes.OVERSEAS_IN_STOCK.getCode(), "海外现货");
|
|
|
hkAttributeMap.put(OrderAttributes.OVERSEAS_IN_STOCK.getCode(), "海外直邮");
|
|
|
hkAttributeMap.put(OrderAttributes.OVERSEAS_PRE_SALE.getCode(), "海外预售");
|
|
|
|
|
|
orderRegionAttributeMap.put(RegionEnum.HONGKONG.getCode(), hkAttributeMap);
|
...
|
...
|
|