@@ -26,7 +26,6 @@ import com.ym.mec.im.entity.GroupMember;
import com.ym.mec.im.entity.GroupModel;
@Service
-@Lazy
public class ImGroupServiceImpl extends BaseServiceImpl<Long, ImGroup> implements ImGroupService {
@Autowired
@@ -60,6 +60,7 @@ public class TenantInfoServiceImpl extends ServiceImpl<TenantInfoDao, TenantInfo
}
+ @Lazy
private SysUserFeignService sysUserFeignService;
private EmployeeService employeeService;