|
|
@@ -62,6 +62,7 @@ import org.jdom.JDOMException;
|
|
|
import org.springframework.amqp.core.MessageProperties;
|
|
|
import org.springframework.amqp.rabbit.core.RabbitTemplate;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
import org.springframework.web.multipart.MultipartFile;
|
|
|
@@ -125,8 +126,10 @@ public class MemberInfoServiceImpl extends ServiceImpl<MemberInfoDao, MemberInfo
|
|
|
private WorkStuService workStuService;
|
|
|
@Resource
|
|
|
private ActivityStuService activityStuService;
|
|
|
+ @Lazy
|
|
|
@Resource
|
|
|
private ExpertService expertService;
|
|
|
+ @Lazy
|
|
|
@Resource
|
|
|
private EnterpriseService enterpriseService;
|
|
|
|