【登录】安眼统一认证
This commit is contained in:
+3
@@ -314,6 +314,9 @@ public class LoginAnYanServiceImpl implements ILoginAnYanService {
|
|||||||
} else if (unitCode.equals(employeeUnitDTO.getSectionUnitCode())) {
|
} else if (unitCode.equals(employeeUnitDTO.getSectionUnitCode())) {
|
||||||
orgName = employeeUnitDTO.getSectionUnitName();
|
orgName = employeeUnitDTO.getSectionUnitName();
|
||||||
}
|
}
|
||||||
|
if (StringUtils.isBlank(orgName)) {
|
||||||
|
continue;
|
||||||
|
}
|
||||||
boolean save;
|
boolean save;
|
||||||
// 部门不存在
|
// 部门不存在
|
||||||
if (depart == null) {
|
if (depart == null) {
|
||||||
|
|||||||
Reference in New Issue
Block a user