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