|
@@ -225,8 +225,7 @@ public class ExtracurricularExercisesReplyServiceImpl extends BaseServiceImpl<Lo
|
|
|
int exercisesMessageNum=0;
|
|
|
int exercisesMessageTimelyNum=0;
|
|
|
for (ExtracurricularExercisesReply studentExercise : studentExercises) {
|
|
|
- if(Objects.isNull(studentExercise.getSubmitTime())
|
|
|
- ||Objects.isNull(studentExercise.getCreateTime())){
|
|
|
+ if(!new Integer(1).equals(studentExercise.getStatus())){
|
|
|
continue;
|
|
|
}
|
|
|
if(!new Integer(1).equals(studentExercise.getIsReplied())){
|