Showing
1 changed file
with
1 additions
and
1 deletions
@@ -31,7 +31,7 @@ public class OrderConfigConstant { | @@ -31,7 +31,7 @@ public class OrderConfigConstant { | ||
31 | orderRegionAttributeMap.put(RegionEnum.MAINLAND.getCode(), orderAttributeMap); | 31 | orderRegionAttributeMap.put(RegionEnum.MAINLAND.getCode(), orderAttributeMap); |
32 | 32 | ||
33 | Map<Integer, String> hkAttributeMap = new HashMap<>(); | 33 | Map<Integer, String> hkAttributeMap = new HashMap<>(); |
34 | - orderAttributeMap.put(OrderAttributes.COMMON_IN_STOCK.getCode(), "海外现货"); | 34 | + hkAttributeMap.put(OrderAttributes.COMMON_IN_STOCK.getCode(), "海外现货"); |
35 | 35 | ||
36 | orderRegionAttributeMap.put(RegionEnum.HONGKONG.getCode(), hkAttributeMap); | 36 | orderRegionAttributeMap.put(RegionEnum.HONGKONG.getCode(), hkAttributeMap); |
37 | } | 37 | } |
-
Please register or login to post a comment