Browse Source

零件追溯,自动化节点联调问题修改

yejian 3 years ago
parent
commit
2eb5b3404f

+ 1 - 1
imcs-admin-boot/imcs-common/src/main/java/com/github/zuihou/common/constant/DictionaryKey.java

@@ -134,7 +134,7 @@ public interface DictionaryKey {
     Map<String, String> YJ_ZONE_JBW = new HashMap<String, String>(){
         {
             put("智能生产保障系统", "BZ_361,BZ_361,BZ_361");
-            put("框体类加工单元", "KT_121,KT_121");
+            put("框体类加工单元", "KT_121,KT_122");
             put("舱体类加工单元", "CT_121,CT_122");
         }
     };