@@ -2302,7 +2302,7 @@ public class FsUserCourseVideoServiceImpl implements IFsUserCourseVideoService
companyUserEndDateTime : periodDays.getEndDateTime();
// 检查时间范围和状态
log.error("传入参数:开始时间:{},结束时间:{},periodDays={}",effectiveStartTime,effectiveEndTime,periodDays);
- if (ObjectUtils.isNotEmpty(effectiveStartTime)||ObjectUtils.isNotEmpty(effectiveEndTime)){
+ if (ObjectUtils.isEmpty(effectiveStartTime)||ObjectUtils.isEmpty(effectiveEndTime)){
log.error("请检查营期时间!");
return false;
}