From e844ef2fdab88508e7dff4bb9e7b1632fcce15b2 Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期四, 28 七月 2022 09:11:20 +0800 Subject: [PATCH] 1. 巡查统计清单调试 --- src/test/kotlin/cn/flightfeather/supervision/lightshare/service/impl/SearchServiceImplTest.kt | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/kotlin/cn/flightfeather/supervision/lightshare/service/impl/SearchServiceImplTest.kt b/src/test/kotlin/cn/flightfeather/supervision/lightshare/service/impl/SearchServiceImplTest.kt index 96dd876..087dd7a 100644 --- a/src/test/kotlin/cn/flightfeather/supervision/lightshare/service/impl/SearchServiceImplTest.kt +++ b/src/test/kotlin/cn/flightfeather/supervision/lightshare/service/impl/SearchServiceImplTest.kt @@ -31,11 +31,11 @@ val sD = Date.from(localTimeS.atZone(ZoneId.systemDefault()).toInstant()) val eD = Date.from(localTimeE.atZone(ZoneId.systemDefault()).toInstant()) - val mode = 10 + val mode = 8 //閲戝北2022骞�6鏈� searchService.writeToFile(ExcelConfigVo( - "8QN1VzftuhBJmrF8", - districtCode = "310106", + "tgfMJWdUJqWE6bWo", + districtCode = "310116", // townCode = "310116113", sceneType = 1), mode) //閲戝北2021骞�3鏈� -- Gitblit v1.9.3