From 46b4aefd9363dd106b4ec79076484d5c8edab2ba Mon Sep 17 00:00:00 2001 From: weiyunlong Date: Tue, 18 Mar 2025 14:07:19 +0800 Subject: [PATCH] =?UTF-8?q?=20=201.=E4=BC=98=E5=8C=96=E7=94=B5=E5=AD=90?= =?UTF-8?q?=E5=9B=9E=E5=8D=95=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --s --- .../shjh/jhzj7/fi/fi/webapi/PayreceiptQueryControler.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/main/java/shjh/jhzj7/fi/fi/webapi/PayreceiptQueryControler.java b/main/java/shjh/jhzj7/fi/fi/webapi/PayreceiptQueryControler.java index 5d5e5ea..9dedf10 100644 --- a/main/java/shjh/jhzj7/fi/fi/webapi/PayreceiptQueryControler.java +++ b/main/java/shjh/jhzj7/fi/fi/webapi/PayreceiptQueryControler.java @@ -81,7 +81,7 @@ public class PayreceiptQueryControler { customApiResult.getHeaders().put("kdPayBillID", String.valueOf(paybill.getPkValue())); customApiResult.getHeaders().put("fkBillID",paybill.getString("shjh_fkbillid")); customApiResult.getHeaders().put("fkEntryID",paybill.getString("shjh_fkentryid")); - customApiResult.getHeaders().put("receipturl",""); + customApiResult.getHeaders().put("receipturl","https://fm-test.jahwa.com.cn/ierp/?formId=home_page"); } return CustomApiResult.success(customApiResult); @@ -103,12 +103,6 @@ public class PayreceiptQueryControler { return baseFilter; } -// RequestContext requestContext = RequestContext.get(); -// String clientFullContextPath = requestContext.getClientFullContextPath();//http://127.0.0.1:8881/ierp/ -// String globalSessionId = requestContext.getGlobalSessionId();//2162562979827025920_uIw8k6LSDffGGXcNLur8vqBPSXGNOIQ2BHoN53tSU1FagJQbARpXMSJdt6Wl1nER56l4J8Mmgj4XjltiCtnQ3d1X5UsGy72g7zUi02 -// System.out.println("clientFullContextPath:" + clientFullContextPath+",globalSessionId:"+globalSessionId); -// String url = clientFullContextPath + "index.html?formId=cas_paybill&pkId=" + paybill.getPkValue(); - /** * 处理错误并返回失败结果 *