|
|
@@ -29,8 +29,8 @@ public class SysOrganizationUserLinkServiceImpl extends ServiceImpl<SysOrganizat
|
|
|
private SysUserJzgInfoService sysUserJzgInfoService;
|
|
|
|
|
|
@Override
|
|
|
- public Long selectByOrgIdCount(String id) {
|
|
|
- return sysOrganizationUserLinkServiceMapper.selectCount(new LambdaQueryWrapper<SysOrganizationUserLink>().eq(SysOrganizationUserLink::getOrganizationId, id));
|
|
|
+ public Long selectByOrgIdCount(String orgId) {
|
|
|
+ return sysOrganizationUserLinkServiceMapper.selectByOrgIdCount(orgId);
|
|
|
}
|
|
|
|
|
|
/**
|