面试相关修改

This commit is contained in:
俞扬
2023-06-19 16:26:08 +08:00
parent 8cc163a3c0
commit 9280a01167
3 changed files with 9 additions and 0 deletions

View File

@@ -100,6 +100,7 @@ public class FeiShuServiceImpl implements FeiShuService {
if (( userFreeBusyInfoDTO.getStartTime()>startTimeLong && userFreeBusyInfoDTO.getStartTime() < endTimeLong)
|| (userFreeBusyInfoDTO.getEndTime() > startTimeLong && userFreeBusyInfoDTO.getEndTime() < endTimeLong)) {
freeBusyInfo.setFree(false);
break;
}
}