Commit 3718e448 authored by 赵啸非's avatar 赵啸非

添加初始值

parent 0bda1168
......@@ -57,7 +57,7 @@ public class SyncUserTaskImpl implements ITaskExcuteService {
.filter(item -> !firstList.parallelStream().map(e -> e.getId()).collect(Collectors.toList()).contains(item.getId()))
.collect(Collectors.toList());
log.info("diffList:{}",JSON.toJSONString(diffList));
//log.info("diffList:{}",JSON.toJSONString(diffList));
//更新本地用户信息,并且更新用户站点树
firstList.forEach(user -> {
......
......@@ -102,9 +102,9 @@ public class WorkmanServiceImpl extends AbstractCRUDCacheServiceImpl<WorkmanDao,
} catch (Exception e) {
throw new AppException("密码验认出错!", e);
}
WorkmanEntity update = new WorkmanEntity();
update.setId(workmanEntity.getId());
this.dao.update(update);
// WorkmanEntity update = new WorkmanEntity();
// update.setId(workmanEntity.getId());
// this.dao.update(update);
return workmanEntity;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment