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