修改错误日志权限

This commit is contained in:
wuchunlei
2024-09-14 16:14:48 +08:00
parent 717323019d
commit a895687731
16 changed files with 886 additions and 27 deletions

View File

@@ -91,4 +91,6 @@ public interface ClassEntityService extends IService<ClassEntity> {
List userScoreList(Map<String,Object> params);
List<Map<String,Object>> classCourseInfoClassId(int classId);
}