|
@@ -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;
|
|
|
|
|
|
|