src/main/kotlin/cn/flightfeather/supervision/business/report/bean/ProDetailSummaryResult.kt
@@ -101,7 +101,7 @@ entity.sceneType = this.sceneType entity.sceneName = this.sceneName // 将String类型的监管时间转换为Date类型 entity.inspectionTime = DateUtil.StringToDate(this.subTaskPlanstarttime, "mm-dd") entity.inspectionTime = DateUtil.StringToDate(this.subTaskPlanstarttime, "yyyy-mm-dd") entity.executors = this.subTaskExecutorrealtimes entity.problemType = this.problemTypename entity.problemDescription = this.problemDescription