道路线索应急巡查系统服务后台
feiyu02
2025-09-30 84569abda51ecf6c5549dec4cadee8d043422379
src/test/kotlin/com/flightfeather/grid/external/ClueHttpServiceTest.kt
@@ -23,7 +23,7 @@
    @Test
    fun getClue() {
        val res = clueHttpService.getClue("2024-08-04 00:00:00")
        val res = clueHttpService.getClue("2025-08-01 00:00:00")
        res.forEach {
            println(it.clueName)
        }