费用推送产线服务地址更换
This commit is contained in:
parent
fc22661725
commit
dc26bfbc5e
|
|
@ -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();
|
||||
|
|
|
|||
|
|
@ -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<String, String> map = new HashMap<String, String>();
|
||||
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<String, String> map = new HashMap<String, String>();
|
||||
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);
|
||||
|
|
|
|||
|
|
@ -330,6 +330,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|||
<if test="costBearingParty != null">cost_bearing_party = #{costBearingParty},</if>
|
||||
<if test="teamId != null">team_id = #{teamId},</if>
|
||||
<if test="projectId != null">project_id = #{projectId},</if>
|
||||
<if test="subUnitName != null and subUnitName != ''">sub_unit_name = #{subUnitName},</if>
|
||||
</trim>
|
||||
where id = #{id}
|
||||
</update>
|
||||
|
|
|
|||
Loading…
Reference in New Issue