src/main/kotlin/cn/flightfeather/supervision/lightshare/service/impl/EvaluationServiceImpl.kt
@@ -310,8 +310,8 @@ val p = "$filePath/autoscore/" val file = File(p + fileName) if (config.forceUpdate || !file.exists()) { val downloadUrl = "/autoscore/${fileName}" reportTaskCtrl.startTask(t, downloadUrl) // val downloadUrl = "/autoscore/${fileName}" // reportTaskCtrl.startTask(t, downloadUrl) return false } else { val fName = Base64.getEncoder().encodeToString(fileName.toByteArray())