|
@@ -207,6 +207,9 @@ public class RecruitInterviewServiceImpl extends ServiceImpl<RecruitInterviewMap
|
|
|
if(bo.getDay() == null){
|
|
if(bo.getDay() == null){
|
|
|
throw new IllegalArgumentException("日期为空");
|
|
throw new IllegalArgumentException("日期为空");
|
|
|
}
|
|
}
|
|
|
|
|
+ if(org.springframework.util.CollectionUtils.isEmpty(bo.getStatusIds())){
|
|
|
|
|
+ bo.getStatusIds().set(0,111);
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
List<DayInterviewVo> dayStudyVosOne = null;
|
|
List<DayInterviewVo> dayStudyVosOne = null;
|
|
|
try {
|
|
try {
|