From dee0bff47af3c0b84b2e97c595cbb45e0cd500b1 Mon Sep 17 00:00:00 2001 From: pang.jiabao <pang_jiabao@163.com> Date: 星期六, 02 十一月 2024 14:26:48 +0800 Subject: [PATCH] 批量导入 --- src/main/java/com/zy/common/constant/MesConstant.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/zy/common/constant/MesConstant.java b/src/main/java/com/zy/common/constant/MesConstant.java index 307f85e..580093b 100644 --- a/src/main/java/com/zy/common/constant/MesConstant.java +++ b/src/main/java/com/zy/common/constant/MesConstant.java @@ -22,10 +22,10 @@ public static final String MES_CC_DP_URL = "/planCutRolling/v1/updateBatchHandleType"; // 缁欎粨鍌∕ES鎺ㄩ�佺洏鐐瑰嚭搴撶粨鏋� - public static final String MES_CC_SB_URL = "/productlnventory/v1/exception"; + 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"; // MES璐ㄩ噺IP鍦板潃********************************************************** public static final String MES_ZL_IP_PORT = "http://172.22.152.3:8157"; -- Gitblit v1.9.1