Forráskód Böngészése

企业认证加下架

guomengjiao 2 hete%!(EXTRA string=óta)
szülő
commit
44261b958e

+ 3 - 0
renren-admin/src/main/java/io/renren/modules/qmgj/service/impl/MemberInfoServiceImpl.java

@@ -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;