临时外出申请了上午的,就不能申请下午的了问题修改

This commit is contained in:
cwchen 2025-03-17 18:24:13 +08:00
parent 4303d2b59f
commit 56f354fe02
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public class VerifyDateService {
bean.setLeaveStartInterval("1");
}
if(StringUtils.isBlank(bean.getLeaveEndInterval())){
bean.setLeaveStartInterval("2");
bean.setLeaveEndInterval("2");
}
List<Map<String, Object>> list = dao.verifyDate(bean,type);
if(CollectionUtils.isNotEmpty(list)){