From 0c4949f67233c07b6c540b2a2be2880f09863be5 Mon Sep 17 00:00:00 2001 From: bonus <1203338439@qq.com> Date: Mon, 20 Oct 2025 13:55:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A8=E9=80=81=E6=8E=A5=E5=8F=A3=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus/material/push/service/impl/CostPushServiceImpl.java | 2 +- .../material/push/service/impl/IwsCostPushServiceImpl.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/CostPushServiceImpl.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/CostPushServiceImpl.java index 89aff22c..f9aba345 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/CostPushServiceImpl.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/CostPushServiceImpl.java @@ -28,7 +28,7 @@ import java.util.stream.Collectors; public class CostPushServiceImpl implements CostPushService { // 工器具费用推送接口 - public static final String GQJ_PUSH_URL = "http://10.138.55.113:8036/micro-server/zygqj/syncProjectCostsData"; + public static final String GQJ_PUSH_URL = "http://10.99.30.251:8036/micro-server/zygqj/syncProjectCostsData"; @Autowired private CostPushMapper dao; diff --git a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java index 003017a9..bd6cd5e9 100644 --- a/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java +++ b/bonus-modules/bonus-material/src/main/java/com/bonus/material/push/service/impl/IwsCostPushServiceImpl.java @@ -969,7 +969,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService { Map map = new HashMap<>(); map.put("body", encrypt); String body = JSONObject.toJSONString(map); - String url = "http://10.138.55.113:8036/micro-server/zzaqgjf/syncSafetyTool"; + String url = "http://10.99.30.251:8036/micro-server/zzaqgjf/syncSafetyTool"; // String url = "http://10.138.55.105:8097/micro-server/zzaqgjf/syncSafetyTool"; // String url = "http://192.168.1.121:8036/micro-server/zzaqgjf/syncSafetyTool"; String data = HttpHelper.sendHttpPostPushCost(url, body); @@ -1068,7 +1068,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService { Map map = new HashMap(); map.put("body", encrypt); String body = JSONObject.toJSONString(map); - String url = "http://10.138.55.113:8036/micro-server/consumetool/syncConsumeTool"; + String url = "http://10.99.30.251:8036/micro-server/consumetool/syncConsumeTool"; // String url = "http://10.138.55.105:8097/micro-server/zzaqgjf/syncSafetyTool"; // String url = "http://192.168.1.121:8036/micro-server/zzaqgjf/syncSafetyTool"; String data = HttpHelper.sendHttpPostPushCost(url, body);