|
@@ -114,7 +114,7 @@ public class ExtracurricularExercisesServiceImpl extends BaseServiceImpl<Long, E
|
|
|
userMap, null, 0, 3+notifyUrl, "STUDENT",
|
|
|
teacher.getRealName(),exercises.getTitle(), dateStr);
|
|
|
}
|
|
|
- studentServeService.updateExercisesSituation(repeatLastExercises.getCreateTime(), studentIds, exercises.getTeacherId());
|
|
|
+ studentServeService.updateExercisesSituation(new Date(), studentIds, exercises.getTeacherId());
|
|
|
}
|
|
|
|
|
|
@Override
|