src/main/kotlin/cn/flightfeather/supervision/lightshare/service/ProblemlistService.kt
@@ -37,6 +37,8 @@ fun getProblemByScene(sceneId: String, date: String):List<ProblemListVo> fun getBySceneMonth(sceneId: String, year: Int?, month: Int?):List<ProblemListVo> fun findMonthProblemById(taskId:String, sceneId:Int?):List<MonthProblemVo> fun check(pId: String, action: Byte, remark: String, userId: String, userName: String): String