mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-07 09:56:47 +08:00
boenewlogin新增日志
This commit is contained in:
@@ -109,6 +109,7 @@ public class DataUserSyncServiceImpl implements IDataUserSyncService {
|
||||
userDao.save(u);
|
||||
log.info("添加新用户");
|
||||
}
|
||||
log.info("-----------------------user.getDepartId() = " + user.getDepartId());
|
||||
//对机构的判断,不为空时才会处理,为空时不处理
|
||||
if (StringUtils.isNotBlank(user.getDepartId())) {
|
||||
org = orgDao.get(user.getDepartId());
|
||||
|
||||
Reference in New Issue
Block a user