|
@ -24,6 +24,7 @@ import org.springframework.stereotype.Service; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.transaction.annotation.Transactional; |
|
|
import org.springframework.util.CollectionUtils; |
|
|
import org.springframework.util.CollectionUtils; |
|
|
|
|
|
|
|
|
|
|
|
import javax.annotation.PostConstruct; |
|
|
import java.util.*; |
|
|
import java.util.*; |
|
|
import java.util.stream.Collectors; |
|
|
import java.util.stream.Collectors; |
|
|
|
|
|
|
|
@ -133,6 +134,7 @@ public class TagServiceImpl implements TagService { |
|
|
return tagRedis.getResiTag(formDto); |
|
|
return tagRedis.getResiTag(formDto); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@PostConstruct |
|
|
@Override |
|
|
@Override |
|
|
public Boolean initTag(InitTagFormDTO formDto) { |
|
|
public Boolean initTag(InitTagFormDTO formDto) { |
|
|
List<TagCustomerEntity> customerTagList = tagCustomerDao.selectInitData(formDto.getCustomerIdList()); |
|
|
List<TagCustomerEntity> customerTagList = tagCustomerDao.selectInitData(formDto.getCustomerIdList()); |
|
|