|
|
@ -178,6 +178,7 @@ public class UserBadgeRedis { |
|
|
|
* @date 2020.11.05 13:37 |
|
|
|
*/ |
|
|
|
public long pushOrRemoveUserBadge4List(String userId, String badgeId, String customerId) { |
|
|
|
if(StringUtils.isNotBlank(userId)) return illumeOrExtinguishStronglyConsistent(userId,customerId); |
|
|
|
List<UserBadgeUnitFormDTO> orient = redisUtils.lrange(UserRedisKeys.getResiUserBadgeKey(customerId,userId), NumConstant.ZERO, NumConstant.ONE_NEG, UserBadgeUnitFormDTO.class); |
|
|
|
UserBadgeUnitFormDTO unit = null; |
|
|
|
|
|
|
|