|
|
@@ -261,6 +261,7 @@ public class WxCUserBasicInfoController extends BaseController { |
|
|
String userId = getUser().getId().toString(); |
|
|
String userId = getUser().getId().toString(); |
|
|
Map entries = stringRedisTemplate.opsForHash().entries(userId); |
|
|
Map entries = stringRedisTemplate.opsForHash().entries(userId); |
|
|
if (entries.size() < 4) { |
|
|
if (entries.size() < 4) { |
|
|
|
|
|
entries.clear(); |
|
|
return new ResultData(Result.SUCCESS, "ok", entries); |
|
|
return new ResultData(Result.SUCCESS, "ok", entries); |
|
|
} |
|
|
} |
|
|
String allCount = entries.get("allCount").toString(); |
|
|
String allCount = entries.get("allCount").toString(); |
|
|
|