src/main/kotlin/cn/flightfeather/supervision/business/datafetch/FetchNightConstruction.kt
@@ -86,6 +86,8 @@ ncFileName = vo["filename"].asString ncCreateTime = DateUtil.StringToDate(vo["createtime"].asString) ncUrl = vo["url"].asString val url = ncUrl.split("://")[1].split("/")[0] ncUrl = ncUrl.replace(url, "${NCHttpService.IP}:${NCHttpService.PORT}") ncProvinceCode = PROVINCE_CODE ncProvinceName = PROVINCE_NAME