|
@@ -8,6 +8,7 @@ import com.ym.mec.auth.api.entity.SysUser;
|
|
|
import com.ym.mec.common.entity.ImUserModel;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
+import org.springframework.context.annotation.Lazy;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
@@ -37,6 +38,7 @@ public class ImGroupServiceImpl extends BaseServiceImpl<Long, ImGroup> implement
|
|
|
private ImGroupNoticeDao imGroupNoticeDao;
|
|
|
|
|
|
@Autowired
|
|
|
+ @Lazy
|
|
|
private ImGroupMemberService imGroupMemberService;
|
|
|
|
|
|
@Autowired
|