|
|
@ -66,7 +66,7 @@ public class LingShanPartyOrgServiceImpl implements LingShanPartyOrgService, Res |
|
|
|
// 街道及以上级别,用pids,因为要从社区开始查,本级及下级
|
|
|
|
q = new QueryWrapper<IcPartyOrgEntity>().select(" party_org_type, count(*) childrenQty").lambda() |
|
|
|
// 本组织下级的所有子级,不含本级
|
|
|
|
.like(IcPartyOrgEntity::getAgencyPids, orgIdPath) |
|
|
|
.likeRight(IcPartyOrgEntity::getAgencyPids, orgIdPath) |
|
|
|
.groupBy(IcPartyOrgEntity::getPartyOrgType); |
|
|
|
} |
|
|
|
|
|
|
@ -168,7 +168,7 @@ public class LingShanPartyOrgServiceImpl implements LingShanPartyOrgService, Res |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* @Description: 查询支部。支部是直属的 |
|
|
|
* @Description: 查询支部。支部是直属的!!!!!!!!!!!!!!!!!!!!!!!!!!! |
|
|
|
* @param orgId: |
|
|
|
* @param orgType: |
|
|
|
* @Return java.util.List<com.epmet.resi.partymember.dto.partyOrg.result.LingShanScreenPartyObjectByTypeRstDTO> |
|
|
|