面试房间已关闭禁止调用进入面试房间接口add
This commit is contained in:
@@ -372,7 +372,7 @@ public class InterviewServiceImpl implements InterviewService {
|
|||||||
//面试预期开始时间
|
//面试预期开始时间
|
||||||
DateTime exceptTime = DateUtil.offsetMinute(interviewPlan.getStartTime(), -5);
|
DateTime exceptTime = DateUtil.offsetMinute(interviewPlan.getStartTime(), -5);
|
||||||
//面试结束时间
|
//面试结束时间
|
||||||
DateTime endTime = DateUtil.parseDateTime(DateUtil.formatDateTime(interviewPlan.getEndTime()));
|
//DateTime endTime = DateUtil.parseDateTime(DateUtil.formatDateTime(interviewPlan.getEndTime()));
|
||||||
DateTime now = DateUtil.date();
|
DateTime now = DateUtil.date();
|
||||||
//如果当前时间在预期开始时间和结束时间之间
|
//如果当前时间在预期开始时间和结束时间之间
|
||||||
//修改面试状态和房间状态(修改房间状态在后面 hyPartnerInterviewPlanDO 中一并修改)
|
//修改面试状态和房间状态(修改房间状态在后面 hyPartnerInterviewPlanDO 中一并修改)
|
||||||
|
|||||||
Reference in New Issue
Block a user