记得上下班打卡 | git大法好,push需谨慎

Commit b46863d6 authored by 张国柄's avatar 张国柄

fix:get uid by mobile downgrade;

parent 40535653
......@@ -44,7 +44,7 @@ public class AdamRdmServiceImpl implements IAdamRdmService {
AdamUserInfoVo vo = mongoTemplate.findOne(query, AdamUserInfoVo.class, AdamUserInfoVo.class.getSimpleName());
log.debug("#MDB耗时:{}ms", System.currentTimeMillis() - s);
if (null != vo) {
val = vo.getMobile();
val = vo.getUid();
redisUtil.set(key, vo.getUid());
}
}
......
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