Commit 6e03d4f7 by zhangxingmin

push

parent d644ef17
......@@ -64,6 +64,7 @@ import java.time.LocalDateTime;
import java.util.*;
import java.util.function.Function;
import java.util.stream.Collectors;
import org.springframework.context.annotation.Lazy;
@Slf4j
@Service
......@@ -101,6 +102,7 @@ public class ApiExpectedFortuneServiceImpl implements ApiExpectedFortuneService
@Qualifier("commonAsyncExecutor")
private Executor asyncExecutor;
@Autowired
@Lazy
private ApiExpectedFortuneService self;
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment