|
@@ -339,6 +339,7 @@ public class ClassGradeUserServiceImpl extends ServiceImpl<ClassGradeUserMapper,
|
|
|
classGradeUser1.setPeriodWaitTime(DateUtils.getNowTime());
|
|
|
}
|
|
|
if(gradePeriodStatus==1){
|
|
|
+ classGradeUser1.setPeriodTime(DateUtils.getNowTime());
|
|
|
//判断结业
|
|
|
long nowTime = System.currentTimeMillis()/1000;
|
|
|
if(Validator.isNotEmpty(classPeriodStudentVo.getClassEndTime())&&Validator.isNotEmpty(classPeriodStudentVo.getClassStartTime())){
|