各取土场运输量统计导出文件名修改

dev
wany 2025-04-09 10:26:57 +08:00
parent 4ec0e881ac
commit 8cebe53860
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ public class OrderStatController extends BaseController {
renderJson(Result.object(OrderStatService.me.trafficStatisticsOfEachSandStation1(stm, etm)));
} else {
Workbook wb = OrderStatService.me.trafficStatisticsOfEachSandStationExport1(stm, etm);
render(new ExcelRender("各砂站运输量统计表_" + System.currentTimeMillis() + ".xlsx", wb));
render(new ExcelRender("各取土场运输量统计表_" + System.currentTimeMillis() + ".xlsx", wb));
}
}