From 30d46d06fb4153e48df281d3008ed90935b3c06d Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 19 七月 2022 16:45:08 +0800 Subject: [PATCH] 1. 新增扬尘监测数据超标情况表 --- src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt b/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt index 8c84af7..214eb3a 100644 --- a/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt +++ b/src/main/kotlin/cn/flightfeather/supervision/lightshare/service/SearchService.kt @@ -9,7 +9,7 @@ */ interface SearchService { - fun writeToFile(config: ExcelConfigVo) + fun writeToFile(config: ExcelConfigVo, mode: Int) fun getExcel(config: ExcelConfigVo, response: HttpServletResponse): HttpServletResponse -- Gitblit v1.9.3