|
@@ -211,8 +211,8 @@ public class RollClubOneController {
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
- @ApiOperation(value = "导出储运中心车次信息", notes = "导出储运中心车次信息")
|
|
|
|
- @PostMapping("/exportOneXls")
|
|
|
|
|
|
+ @ApiOperation(value = "棒一工作台导出", notes = "棒一工作台导出")
|
|
|
|
+ @GetMapping("/exportOneXls")
|
|
public void exportOneXls(HttpServletResponse response, RollClubOneQueryDTO queryDTO) throws IOException {
|
|
public void exportOneXls(HttpServletResponse response, RollClubOneQueryDTO queryDTO) throws IOException {
|
|
|
|
|
|
List<RollClubOneVO> rollClubOneVOS = rollClubOneService.rollClubOneList(queryDTO);
|
|
List<RollClubOneVO> rollClubOneVOS = rollClubOneService.rollClubOneList(queryDTO);
|