@@ -472,7 +472,7 @@ public class UserMockSubscribeServiceImpl extends ServiceImpl<UserMockSubscribeM
//当前模考安排已经删除或者过期
return false;
}
- if (DateUtils.getNowTime() > mockApply.getActivityEndTime() || DateUtils.getNowTime() < mockApply.getActivityStartTime()){
+ if (DateUtils.getNowTime() > mockApply.getActivityEndTime()){
//不在活动时间内