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

Commit 1f26aa34 authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 379eaf55
......@@ -97,7 +97,9 @@ public class SmileUserController {
if(null!=smileUserVORedis){
if(smileUserVORedis.getAuthStatus()==1&&null!=smileUserVORedis.getType()&&(smileUserVORedis.getType()==1||smileUserVORedis.getType()==2)){
return ResponseDto.success(true);
}else{
}else if(smileUserVORedis.getAuthStatus()==1){
return ResponseDto.success(true);
} else{
if(null!=smileUserVORedis.getType()&&smileUserVORedis.getType()==4){
smileFrontService.deleteUser(userId);
}
......
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