Commit 02b83bf9 authored by suhuiguang's avatar suhuiguang

fix(大编辑):bug修复

1.循环依赖
parent d2101e85
...@@ -213,6 +213,7 @@ public class CommonServiceImpl implements ICommonService { ...@@ -213,6 +213,7 @@ public class CommonServiceImpl implements ICommonService {
@Autowired @Autowired
JgUseRegistrationServiceImpl jgUseRegistrationServiceImpl; JgUseRegistrationServiceImpl jgUseRegistrationServiceImpl;
@Autowired @Autowired
@Lazy
JgCertificateReplenishServiceImpl jgCertificateReplenishServiceImpl; JgCertificateReplenishServiceImpl jgCertificateReplenishServiceImpl;
@Autowired @Autowired
@Lazy @Lazy
......
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