md
This commit is contained in:
parent
ded882e2ae
commit
4f30f24f14
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user