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

Commit 0ebf6068 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent feddcdb7
......@@ -87,6 +87,7 @@ public class SmileUserController {
return ResponseDto.success(true);
}else{
smileUserVORedis.setAuthStatus(1);
smileUserVORedis.setType(0);
smileRedisUtils.setSmileUserVo(userId,smileUserVORedis);
//redisUtil.set(SmileRedisConst.SMILE_USER.concat(userId),smileUserVORedis);
return ResponseDto.success(smileFrontService.auth(userId,smileUserVORedis));
......
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