修改corpTypeEnum
parent
f3122dc743
commit
3c729cc406
|
|
@ -207,7 +207,7 @@ public class DepartmentQueryExe {
|
||||||
|
|
||||||
public Collection<DepartmentTreeInfoCO> listAllTreeByCorpTypeAndCorpIds(DepartmentTreeCorpQry qry) {
|
public Collection<DepartmentTreeInfoCO> listAllTreeByCorpTypeAndCorpIds(DepartmentTreeCorpQry qry) {
|
||||||
Map<String, Object> params = PageQueryHelper.toHashMap(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)) {
|
if (CollUtil.isNotEmpty(enterpriseType)) {
|
||||||
params.put("inType", enterpriseType);
|
params.put("inType", enterpriseType);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue