Commit 51c647e2 authored by hezhen's avatar hezhen

123

parent 3bb2f1c1
...@@ -273,6 +273,7 @@ public class AppPermissionService { ...@@ -273,6 +273,7 @@ public class AppPermissionService {
if (StringUtils.isNotBlank(userVo.getHeadimgurl())) { if (StringUtils.isNotBlank(userVo.getHeadimgurl())) {
data.put("headerurl", userVo.getHeadimgurl()); data.put("headerurl", userVo.getHeadimgurl());
} }
data.put("certificationStatus", userVo.getCertificationStatus());
} }
// 缓存操作 // 缓存操作
String token = ""; String token = "";
......
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