【登录】安眼统一认证

This commit is contained in:
2025-10-31 18:01:43 +08:00
parent c3d68906ab
commit 6d747c49fb
@@ -314,6 +314,9 @@ public class LoginAnYanServiceImpl implements ILoginAnYanService {
} else if (unitCode.equals(employeeUnitDTO.getSectionUnitCode())) {
orgName = employeeUnitDTO.getSectionUnitName();
}
if (StringUtils.isBlank(orgName)) {
continue;
}
boolean save;
// 部门不存在
if (depart == null) {