|
@@ -198,6 +198,7 @@ public class ExtracurricularExercisesReplyServiceImpl extends BaseServiceImpl<Lo
|
|
for (Integer noPracticeStudentId : noPracticeStudentIds) {
|
|
for (Integer noPracticeStudentId : noPracticeStudentIds) {
|
|
StudentExtracurricularExercisesSituation studentExtracurricularExercisesSituation=new StudentExtracurricularExercisesSituation();
|
|
StudentExtracurricularExercisesSituation studentExtracurricularExercisesSituation=new StudentExtracurricularExercisesSituation();
|
|
studentExtracurricularExercisesSituation.setStudentId(noPracticeStudentId);
|
|
studentExtracurricularExercisesSituation.setStudentId(noPracticeStudentId);
|
|
|
|
+ studentExtracurricularExercisesSituation.setTeacherId(courseScheduleStudentPaymentDao.findNoPracticeStudentTeacherId(noPracticeStudentId));
|
|
studentExtracurricularExercisesSituation.setExpectExercisesNum(1);
|
|
studentExtracurricularExercisesSituation.setExpectExercisesNum(1);
|
|
studentExtracurricularExercisesSituation.setWeekOfYear(nowDate.get(DateUtil.weekFields.weekOfYear()));
|
|
studentExtracurricularExercisesSituation.setWeekOfYear(nowDate.get(DateUtil.weekFields.weekOfYear()));
|
|
studentExtracurricularExercisesSituation.setMonday(DateUtil.stringToDate(monDayDate.toString(), "yyyy-MM-dd"));
|
|
studentExtracurricularExercisesSituation.setMonday(DateUtil.stringToDate(monDayDate.toString(), "yyyy-MM-dd"));
|