update 教学质量接口内容

develop
hhb@hotmail.com 2 months ago
parent 1944abb0bc
commit da7a35a3d7

@ -442,7 +442,7 @@ public class EvaluationServiceImpl implements EvaluationService {
String classId = StringUtils.isBlank(findVoteRecordDto.getClassId()) ? null : findVoteRecordDto.getClassId(); String classId = StringUtils.isBlank(findVoteRecordDto.getClassId()) ? null : findVoteRecordDto.getClassId();
Boolean isPraise = findVoteRecordDto.getIsPraise(); Boolean isPraise = findVoteRecordDto.getIsPraise();
User loginUser = SecurityUtil.getLoginUser(); User loginUser = SecurityUtil.getLoginUser();
String teacherId = "1530782422"; String teacherId = loginUser.getId();
String schoolId = loginUser.getSchoolId(); String schoolId = loginUser.getSchoolId();
List<School.Semester> semesters = schoolRepository.findSemestersById(schoolId, periodId); List<School.Semester> semesters = schoolRepository.findSemestersById(schoolId, periodId);

Loading…
Cancel
Save