|
@@ -288,6 +288,9 @@ public class MedCheckWorkFacade {
|
|
if (ListUtil.isNotEmpty(checkWorkPageVO.getDepartment())) {
|
|
if (ListUtil.isNotEmpty(checkWorkPageVO.getDepartment())) {
|
|
deptIds.retainAll(checkWorkPageVO.getDepartment());
|
|
deptIds.retainAll(checkWorkPageVO.getDepartment());
|
|
}
|
|
}
|
|
|
|
+ if (ListUtil.isEmpty(deptIds)) {
|
|
|
|
+ deptIds.add("999999999999");
|
|
|
|
+ }
|
|
checkWorkPageVO.setDepartment(deptIds);
|
|
checkWorkPageVO.setDepartment(deptIds);
|
|
}
|
|
}
|
|
}
|
|
}
|