src/main/kotlin/cn/flightfeather/supervision/business/bgtask/AopTaskCtrl.kt
@@ -78,10 +78,11 @@ val id = "${BgTaskType.AUTO_SCORE.name}-${districtCode}-${sceneType}" val name = "${districtName}${Constant.SceneType.getDes(sceneType)}自动评分" val bgTask = backgroundTaskCtrl.startNewTask(BgTaskType.AUTO_SCORE, id, name) { // 监测数据分析入库 dataAnalysis(districtCode, sceneType, taskId, year, month) // 自动评估计算入库 aopEvaluation.executeByTopTask(taskId, sceneType) // 环信码结果转换入库 aopCreditCode.execute(AopDataConfig( year = year, month = month,