Commit def40fd2 authored by suhuiguang's avatar suhuiguang

1.解决循环依赖

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