Browse Source

1.干线-循环依赖问题解决

pre-production
zhenghaoyu 4 months ago
parent
commit
83f619344d
  1. 1
      blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/OpenOrderAsyncServiceImpl.java

1
blade-service/logpm-trunkline/src/main/java/com/logpm/trunkline/service/impl/OpenOrderAsyncServiceImpl.java

@ -51,6 +51,7 @@ public class OpenOrderAsyncServiceImpl implements IOpenOrderAsyncService {
private IWarehouseWaybillClient warehouseWaybillClient;
@Autowired
private ITrunklineCarsLoadLineService trunklineCarsLoadLineService;
@Lazy
@Autowired
private IInComingService inComingService;
@Autowired

Loading…
Cancel
Save