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 | 12 +++++++----- 1 files changed, 7 insertions(+), 5 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 2be16ab..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 @@ -19,7 +19,9 @@ 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"; @@ -71,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