From 9a0334b6e46d9503246d99be0a3a79945dee7919 Mon Sep 17 00:00:00 2001
From: admin <15939171744@163.com>
Date: 星期三, 09 四月 2025 09:29:40 +0800
Subject: [PATCH] 优化

---
 jcdm-main/src/main/java/com/jcdm/main/constant/Constants.java |   16 ++++++++++------
 1 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/jcdm-main/src/main/java/com/jcdm/main/constant/Constants.java b/jcdm-main/src/main/java/com/jcdm/main/constant/Constants.java
index 322161a..d0dc3fa 100644
--- a/jcdm-main/src/main/java/com/jcdm/main/constant/Constants.java
+++ b/jcdm-main/src/main/java/com/jcdm/main/constant/Constants.java
@@ -15,9 +15,13 @@
 
     public static final List<String> OP040_OP160 = new ArrayList<>();//涓荤嚎浜哄伐宸ヤ綅
 
+    public static final List<String> OP0170_OP220 = new ArrayList<>();//鐜嚎浜哄伐宸ヤ綅
+
     public static final List<String> ModuleList = new ArrayList<>();//妯$粍宸ヤ綅锛岀敤浜庢牎楠屾槸鍚︿紶鍏ユā缁勭爜
 
-    public static final Map<String,String> materialMap = new HashMap();//浜哄伐宸ヤ綅
+    public static final Map<String,String> materialMap = new HashMap();//鐗╂枡闆嗗悎
+
+    public static final Map<String,String> facMaterialMap = new HashMap();//鐢熶骇鐗╂枡杞伐鍘傜墿鏂欒姹傚伐鍗�
 
     public static final Map<String,String> thoroughfareMap = new HashMap();//浜哄伐宸ヤ綅
     public static final String YES = "Y";
@@ -32,7 +36,7 @@
     public static final String RECORD_DATA= "RecordData";
     public static final String RECORD_SN= "RecordSN";
 
-    public static final String SCREW = "Screw";
+    public static final String SCREW = "PLCScrew";
     public static final String ONE= "1";
     public static final String ZERO= "0";
     public static final String TWO= "2";
@@ -69,10 +73,10 @@
     public static final Integer INT_THREE= 3;
     public static final Integer INT_FOUR= 4;
     public static final Integer INT_ZERO= 0;
-    public static final String FACTORY_EMS_UAT_GET_RUL = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration/";
-    public static final String FACTORY_EMS_UAT_POST_RUL = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/interface/";
-/*    public static final String FACTORY_EMS_UAT_GET_RUL = "https://imes-group.geelycv.com/api/mom-open/restful/aMesSysIntegration/";
-    public static final String FACTORY_EMS_UAT_POST_RUL = "https://imes-group.geelycv.com/api/mom-open/restful/interface/";*/
+//    public static final String FACTORY_EMS_UAT_GET_RUL = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/aMesSysIntegration/";
+//    public static final String FACTORY_EMS_UAT_POST_RUL = "https://imes-uat-group.geelycv-test.com/api/mom-open/restful/interface/";
+    public static final String FACTORY_EMS_UAT_GET_RUL = "https://imes-group.geelycv.com/api/mom-open/restful/aMesSysIntegration/";
+    public static final String FACTORY_EMS_UAT_POST_RUL = "https://imes-group.geelycv.com/api/mom-open/restful/interface/";
     public static final String FACTORY_EMS_SITE_CODE = "3983";
 
 

--
Gitblit v1.9.3