Browse Source

获得活动信息

change 4 years ago
parent
commit
d3acf2a3c5

+ 3 - 0
zhongzheng-system/src/main/java/com/zhongzheng/modules/recruit/service/impl/RecruitInterviewServiceImpl.java

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