From dc26bfbc5e5283219e19dbb0ce67305c05110927 Mon Sep 17 00:00:00 2001 From: hongchao <3228015117@qq.com> Date: Sat, 27 Sep 2025 09:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=B9=E7=94=A8=E6=8E=A8=E9=80=81=E4=BA=A7?= =?UTF-8?q?=E7=BA=BF=E6=9C=8D=E5=8A=A1=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/com/bonus/common/biz/utils/HttpHelper.java | 2 +- .../material/push/service/impl/IwsCostPushServiceImpl.java | 6 +++--- .../mapper/material/clz/MaterialLeaseInfoMapper.xml | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/bonus-common-biz/src/main/java/com/bonus/common/biz/utils/HttpHelper.java b/bonus-common-biz/src/main/java/com/bonus/common/biz/utils/HttpHelper.java index 8e4605d9..fb83d6bd 100644 --- a/bonus-common-biz/src/main/java/com/bonus/common/biz/utils/HttpHelper.java +++ b/bonus-common-biz/src/main/java/com/bonus/common/biz/utils/HttpHelper.java @@ -191,7 +191,7 @@ public class HttpHelper { */ private static String getToken() { // String tokenUrl = "http://10.138.55.113:8036/micro-server/zygqj/generatcorToekn"; - String tokenUrl = "http://10.138.55.64:8036/micro-server/zygqj/generatcorToekn"; + String tokenUrl = "http://10.138.55.113:8036/micro-server/zygqj/generatcorToekn"; try { String loginName= SecurityUtils.getLoginUser().getSysUser().getUserName(); 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 c6abe969..20864037 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 @@ -726,7 +726,7 @@ public class IwsCostPushServiceImpl implements IwsCostPushService { map.put("body", encrypt); String body = JSONObject.toJSONString(map); // String url = "http://10.138.55.113:8036/micro-server/zygqj/syncProjectCostsData"; - String url = "http://10.138.55.64:8036/micro-server/zygqj/syncProjectCostsData"; + String url = "http://10.138.55.113:8036/micro-server/zygqj/syncProjectCostsData"; String data = HttpHelper.sendHttpPostPushCost(url, body); System.err.println("dataString-=========:" + data); @@ -912,7 +912,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.64:8036/micro-server/zzaqgjf/syncSafetyTool"; + String url = "http://10.138.55.113: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.sendHttpPost(url, body); @@ -1017,7 +1017,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.64:8036/micro-server/consumetool/syncConsumeTool"; + String url = "http://10.138.55.113: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.sendHttpPost(url, body); diff --git a/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialLeaseInfoMapper.xml b/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialLeaseInfoMapper.xml index 0525a7b3..050e3a2a 100644 --- a/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialLeaseInfoMapper.xml +++ b/bonus-modules/bonus-material/src/main/resources/mapper/material/clz/MaterialLeaseInfoMapper.xml @@ -330,6 +330,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" cost_bearing_party = #{costBearingParty}, team_id = #{teamId}, project_id = #{projectId}, + sub_unit_name = #{subUnitName}, where id = #{id}