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

Commit 2903743c authored by zhengfuxin's avatar zhengfuxin

修改bug

parent 469fb926
......@@ -95,7 +95,7 @@ public class SmileUserController {
return ResponseDto.success(true);
} else{
if(!(smileUserVORedis.getTag().contains("1")&&smileUserVORedis.getTag().contains("2")&&smileUserVORedis.getTag().contains("3"))){
ResponseDto.failure("用户信息不全,请填写后提交认证");
return ResponseDto.failure("用户信息不全,请填写后提交认证");
}
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