1.优化电子回单接口

--s
This commit is contained in:
weiyunlong 2025-03-18 14:07:19 +08:00
parent b0f22bb6c8
commit 46b4aefd93
1 changed files with 1 additions and 7 deletions

View File

@ -81,7 +81,7 @@ public class PayreceiptQueryControler {
customApiResult.getHeaders().put("kdPayBillID", String.valueOf(paybill.getPkValue())); customApiResult.getHeaders().put("kdPayBillID", String.valueOf(paybill.getPkValue()));
customApiResult.getHeaders().put("fkBillID",paybill.getString("shjh_fkbillid")); customApiResult.getHeaders().put("fkBillID",paybill.getString("shjh_fkbillid"));
customApiResult.getHeaders().put("fkEntryID",paybill.getString("shjh_fkentryid")); 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); return CustomApiResult.success(customApiResult);
@ -103,12 +103,6 @@ public class PayreceiptQueryControler {
return baseFilter; 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();
/** /**
* 处理错误并返回失败结果 * 处理错误并返回失败结果
* *