This commit is contained in:
linfso 2024-12-27 04:40:36 +08:00
parent e067c68b01
commit 6c19ef093d

View File

@ -283,7 +283,7 @@ public class Oms2cCommonController extends BaseController
@GetMapping("/getGotImage")
public void getGotImage(HttpServletResponse servletResponse, String billCode) throws IOException {
Response response = this.iRpcWaybillSvc.getSendTplImageUrl(billCode,getLoginUser().getUser().getCustomerCode());
Response response = this.iRpcWaybillSvc.getSendTplImageUrl(billCode,"");
Response.Body body = response.body();
servletResponse.setHeader("Content-Disposition", "attachment;fileName=" + billCode + ".png");