【登录】安眼统一认证
This commit is contained in:
+3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user