admin
2025-04-09 9a0334b6e46d9503246d99be0a3a79945dee7919
jcdm-main/src/main/java/com/jcdm/main/constant/Constants.java
@@ -15,11 +15,13 @@
    public static final List<String> OP040_OP160 = new ArrayList<>();//主线人工工位
    public static final List<String> OP0170_OP230 = 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";
@@ -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";