|
|
@ -20,7 +20,6 @@ import com.epmet.service.UserBadgeService; |
|
|
|
import com.epmet.service.UserBaseInfoService; |
|
|
|
import lombok.extern.slf4j.Slf4j; |
|
|
|
import org.apache.commons.lang3.StringUtils; |
|
|
|
import org.springframework.beans.BeanUtils; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.stereotype.Service; |
|
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
@ -28,8 +27,6 @@ import org.springframework.util.CollectionUtils; |
|
|
|
|
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.List; |
|
|
|
import java.util.Map; |
|
|
|
import java.util.stream.Collectors; |
|
|
|
|
|
|
|
/** |
|
|
|
* @Author zxc |
|
|
@ -251,6 +248,7 @@ public class UserBadgeServiceImpl implements UserBadgeService { |
|
|
|
} |
|
|
|
userBadgeRedis.setCustomerBadge(resultUserBadge, customerId); |
|
|
|
} |
|
|
|
userBadgeRedis.setCustomerBadge(userBadgeListResultDTOS, customerId); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|