|
|
|
@@ -27,15 +27,12 @@ import java.util.concurrent.TimeUnit; |
|
|
|
public class AsyncTask { |
|
|
|
private final Logger logger = LoggerFactory.getLogger(this.getClass()); |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
private WxCUserBasicInfoService wxCUserBasicInfoService; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
private WxTagsService wxTagsService; |
|
|
|
|
|
|
|
@Lazy |
|
|
|
@Autowired |
|
|
|
StringRedisTemplate stringRedisTemplate; |
|
|
|
|
|
|
|
|