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);