demand: TMS系统 - 运输管理 - 漏组批次统计 - 查询漏组批次统计列表 TMS系统 - 运输管理 - 漏组批次统计 - 导出漏组详细数据 TMS系统 - 运输管理 - 漏组批次统计 - 导出漏组批次统计查询接口数据
committer: heyu
This commit is contained in:
parent
3e8efb0f87
commit
c6c73b0aba
@ -59,7 +59,7 @@ public class EmisTmsSiteBatchMissStatisticsController extends BaseController {
|
||||
@Log(title = "漏组详细数据导出", businessType = BusinessType.EXPORT)
|
||||
@PostMapping("/exportDetail")
|
||||
public void exportDetail(HttpServletResponse response,
|
||||
@RequestBody EmisTmsSiteBatchMissStatistics emisTmsSiteBatchMissStatistics) {
|
||||
EmisTmsSiteBatchMissStatistics emisTmsSiteBatchMissStatistics) {
|
||||
try {
|
||||
// 设置响应头,支持流式传输
|
||||
response.setContentType("application/vnd.openxmlformats-officedocument.spreadsheetml.sheet");
|
||||
@ -92,7 +92,7 @@ public class EmisTmsSiteBatchMissStatisticsController extends BaseController {
|
||||
@Log(title = "漏组批次统计导出", businessType = BusinessType.EXPORT)
|
||||
@PostMapping("/exportStatistics")
|
||||
public void exportStatistics(HttpServletResponse response,
|
||||
@RequestBody EmisTmsSiteBatchMissStatistics emisTmsSiteBatchMissStatistics) {
|
||||
EmisTmsSiteBatchMissStatistics emisTmsSiteBatchMissStatistics) {
|
||||
try {
|
||||
statisticsService.exportStatisticsData(response, emisTmsSiteBatchMissStatistics);
|
||||
} catch (Exception e) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user