From 7a3227174bde55918aef6f411489d0dd24c3b129 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期六, 21 十二月 2024 14:09:46 +0800 Subject: [PATCH] 工作历史档可搜索返修品 --- src/main/java/com/zy/common/constant/MesConstant.java | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/zy/common/constant/MesConstant.java b/src/main/java/com/zy/common/constant/MesConstant.java index e63c8b9..e1b51c3 100644 --- a/src/main/java/com/zy/common/constant/MesConstant.java +++ b/src/main/java/com/zy/common/constant/MesConstant.java @@ -16,16 +16,19 @@ /************************************** 浠ヤ笅鍐犻缚姹熼摐鐩稿叧涓夋柟鎺ュ彛 ************************************************/ // MES浠撳偍IP鍦板潃************************************************************ - public static final String MES_CC_IP_PORT = "http://172.22.152.3:8156"; + public static final String MES_CC_IP_PORT = "http://172.22.152.3:8160"; // 缁欎粨鍌∕ES鎺ㄩ�佷竴妤煎弽淇负寰呭垽 public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType"; // 缁欎粨鍌∕ES鎺ㄩ�佺洏鐐瑰嚭搴撶粨鏋� - public static final String MES_CC_SB_URL = "/planCutRolling/v1/updateBatchHandleType"; + public static final String MES_CC_SB_URL = "/productCheckOrderMaterial/v1/result"; // 缁欎粨鍌∕ES鎺ㄩ�佺洏鐐瑰紓甯歌皟鏁寸粨鏋� - public static final String MES_CC_YCTZ_URL = "/planCutRolling/v1/exception"; + public static final String MES_CC_YCTZ_URL = "/productInventory/v1/exception"; + + // 涓�妤艰繑淇叆搴撴帹閫乵es鍋氳褰� + public static final String MES_CC_FXRK_URL = "/productInventory/v1/saveDto"; // MES璐ㄩ噺IP鍦板潃********************************************************** public static final String MES_ZL_IP_PORT = "http://172.22.152.3:8157"; -- Gitblit v1.9.1