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

Commit 515f6b2e authored by zhengfuxin's avatar zhengfuxin

修改bug

parent ab8e3b40
......@@ -105,7 +105,7 @@ public class SmileUserController {
if(!(smileUserVORedis.getTag().contains("1")&&smileUserVORedis.getTag().contains("2")&&smileUserVORedis.getTag().contains("3"))){
return ResponseDto.failure("用户信息不全,请填写后提交认证");
}
smileRedisUtils.setSmileUserVo(userId,smileUserVORedis);
//smileRedisUtils.setSmileUserVo(userId,smileUserVORedis);
if(null!=smileUserVORedis.getType()&&smileUserVORedis.getType()==4){
/*smileFrontService.deleteUser(userId);*/
smileUserVORedis.setAuthStatus(1);
......
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