|
|
|
@ -483,8 +483,8 @@ public class EvaluationServiceImpl implements EvaluationService {
|
|
|
|
|
|
|
|
|
|
public List<StudentReportVo> Reports(ReportDto reportDto) {
|
|
|
|
|
// 获取当前登录用户和学校信息
|
|
|
|
|
//User user = SecurityUtil.getLoginUser();
|
|
|
|
|
String schoolId = "hbcn";
|
|
|
|
|
User user = SecurityUtil.getLoginUser();
|
|
|
|
|
String schoolId = user.getSchoolId();
|
|
|
|
|
|
|
|
|
|
// 获取学生 ID 列表
|
|
|
|
|
List<String> studentIds = reportDto.getIds();
|
|
|
|
|