Commit def40fd2 authored by suhuiguang's avatar suhuiguang

1.解决循环依赖

parent c1344fb2
...@@ -57,6 +57,7 @@ public class EquipmentSpecificSerivceImpl extends ServiceImpl<EquipmentSpecificM ...@@ -57,6 +57,7 @@ public class EquipmentSpecificSerivceImpl extends ServiceImpl<EquipmentSpecificM
@Autowired @Autowired
IStockDetailService stockDetailService; IStockDetailService stockDetailService;
@Autowired @Autowired
@Lazy
IStockService stockService; IStockService stockService;
@Autowired @Autowired
IEquPropertyService equPropertyService; IEquPropertyService equPropertyService;
......
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