src/main/kotlin/cn/flightfeather/supervision/datafetch/FetchNightConstruction.kt
@@ -57,6 +57,8 @@ DEFAULT_TIME } try { NCHttpService.getFile(timeStr)?.forEach {e -> if (e.isJsonObject) { val vo = e.asJsonObject @@ -90,14 +92,13 @@ nightConstruction.ncSceneId = r.ncSceneId } if (isEmpty()) { try { nightConstructionMapper.insert(nightConstruction) } } } } } catch (e: Exception) { e.printStackTrace() } } } } } } }