src/main/kotlin/cn/flightfeather/supervision/lightshare/service/EvaluationService.kt
@@ -21,7 +21,7 @@ fun getTotalPoints(userId: String, evaluatorType: Int, startTime: String, endTime: String, sceneTypeId: Int? = null, erGuid: String? = null, eId: String? = null): List<Evaluation> fun getHistoryPoint(userId: String, page: Int, per_page: Int, response: HttpServletResponse): List<AssessmentGradeVo> fun getHistoryPoint(userId: String, page: Int, per_page: Int, platform:String?, response: HttpServletResponse): List<AssessmentGradeVo> fun getCreditInfo(userId: String): CreditInfoVo