Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -201,7 +201,7 @@ public class ShipmentsOrderInfoController extends DefaultBaseController { | @@ -201,7 +201,7 @@ public class ShipmentsOrderInfoController extends DefaultBaseController { | ||
| 201 | * @param response 响应体 | 201 | * @param response 响应体 |
| 202 | */ | 202 | */ |
| 203 | @ApiOperation("发货单批量打印") | 203 | @ApiOperation("发货单批量打印") |
| 204 | - @GetMapping("/batchPrintShipmentsOrder") | 204 | + @PostMapping("/batchPrintShipmentsOrder") |
| 205 | public void batchPrintShipmentsOrder(@Valid @RequestBody ExportShipmentsOrderVo vo, HttpServletResponse response) { | 205 | public void batchPrintShipmentsOrder(@Valid @RequestBody ExportShipmentsOrderVo vo, HttpServletResponse response) { |
| 206 | List<ShipmentsOrderInfo> orderInfoList = shipmentsOrderInfoService.queryByIds(vo.getIds()); | 206 | List<ShipmentsOrderInfo> orderInfoList = shipmentsOrderInfoService.queryByIds(vo.getIds()); |
| 207 | if (CollectionUtils.isEmpty(orderInfoList)) { | 207 | if (CollectionUtils.isEmpty(orderInfoList)) { |