فهرست منبع

8/27 定时更新修改

lwhhszx 1 سال پیش
والد
کامیت
d480f4cde9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/main/java/cn/cslg/pas/service/common/PatentStarApiService.java

+ 2 - 0
src/main/java/cn/cslg/pas/service/common/PatentStarApiService.java

@@ -41,6 +41,7 @@ import org.joda.time.format.DateTimeFormatter;
 import org.springframework.beans.BeanUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.context.ApplicationContext;
+import org.springframework.context.annotation.Lazy;
 import org.springframework.stereotype.Service;
 import org.springframework.util.CollectionUtils;
 
@@ -78,6 +79,7 @@ public class PatentStarApiService {
     @Autowired
     private FormatQueryService formatQueryService;
     @Autowired
+    @Lazy
     private WebVOTransformService webVOTransformService;
 
     public Records patentStarSearchLocal(PatentStarListDTO patentStarListDTO) throws IOException {