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(); - /** * 处理错误并返回失败结果 *