Selaa lähdekoodia

解决项目无法启动(循环依赖)

Yangzw 10 kuukautta sitten
vanhempi
commit
367b871ee6

+ 2 - 0
feifan-module-mall/feifan-module-trade-biz/src/main/java/cn/newfeifan/mall/module/trade/service/order/TradeOrderQueryServiceImpl.java

@@ -32,6 +32,7 @@ import cn.newfeifan.mall.module.trade.service.delivery.DeliveryExpressService;
 import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.cache.annotation.Cacheable;
+import org.springframework.context.annotation.Lazy;
 import org.springframework.stereotype.Service;
 
 import javax.annotation.Resource;
@@ -72,6 +73,7 @@ public class TradeOrderQueryServiceImpl implements TradeOrderQueryService {
     private AdminUserService userService;
 
     @Resource
+    @Lazy
     private AfterSaleService afterSaleService;