This commit is contained in:
linfso 2024-12-27 04:09:24 +08:00
parent ded882e2ae
commit 4f30f24f14

View File

@ -599,9 +599,9 @@ public class Oms2cWaybillController extends BaseController
* 导出底单图片
* @return
*/
@Log(title = "导出底单图片", businessType = BusinessType.EXPORT)
@GetMapping("/getSendTplImageUrl")
public void getSendTplImageUrl(HttpServletResponse servletResponse, String billCode) throws IOException {
@Log(title = "底单图片", businessType = BusinessType.EXPORT)
@GetMapping("/getGotImage")
public void getGotImage(HttpServletResponse servletResponse, String billCode) throws IOException {
Response response = this.iRpcWaybillSvc.getSendTplImageUrl(billCode,getLoginUser().getUser().getCustomerCode());
Response.Body body = response.body();