|
@@ -227,11 +227,11 @@ public class DegreeServiceImpl extends ServiceImpl<DegreeMapper, Degree> impleme
|
|
|
throw new BizException("考级信息不存在");
|
|
|
}
|
|
|
|
|
|
- Date currentDate = DateTime.now().toDate();
|
|
|
// 考级时间不匹配
|
|
|
+ /*Date currentDate = DateTime.now().toDate();
|
|
|
if (degree.getEndTime().before(currentDate)) {
|
|
|
throw new BizException("考级报名已经结束");
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
// 考级分部信息
|
|
|
DegreeWrapper.StudentDegreeInfo wrapper = DegreeWrapper.StudentDegreeInfo.from(JSON.toJSONString(degree));
|