feiyu02
2025-12-20 5a003a42d2b34e8362910ac1d3e5a8866768e5fe
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