|
@@ -71,7 +71,7 @@ public class ExtracurricularExercisesMessageServiceImpl extends BaseServiceImpl<
|
|
|
boolean change=false;
|
|
|
if(!Integer.valueOf(1).equals(extracurricularExercisesReply.getIsRepliedTimely())&&Objects.nonNull(extracurricularExercisesReply.getSubmitTime())){
|
|
|
int hours = DateUtil.hoursBetween(extracurricularExercisesReply.getSubmitTime(), new Date());
|
|
|
- if(hours>=0&&hours<=12){
|
|
|
+ if(hours>=0&&hours<=24){
|
|
|
extracurricularExercisesReply.setIsRepliedTimely(1);
|
|
|
change=true;
|
|
|
}
|