修改corpTypeEnum

dev
zhangyue 2026-08-17 14:23:48 +08:00
parent f3122dc743
commit 3c729cc406
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public class DepartmentQueryExe {
public Collection<DepartmentTreeInfoCO> listAllTreeByCorpTypeAndCorpIds(DepartmentTreeCorpQry qry) {
Map<String, Object> params = PageQueryHelper.toHashMap(qry);
List<Integer> enterpriseType = CorpTypeEnum.getCodesByEnterpriseType(qry.getEnterpriseType());
List<Integer> enterpriseType = zcloudTenantTypeConfigFacade.getCodesByEnterpriseType(qry.getEnterpriseType());
if (CollUtil.isNotEmpty(enterpriseType)) {
params.put("inType", enterpriseType);
}