update 调整用户信息

develop
hhb@hotmail.com 3 months ago
parent 4aaa07f8e4
commit 0dd6d01a98

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

Loading…
Cancel
Save