|
|
@ -79,7 +79,7 @@ public class IcUserController { |
|
|
|
if (CollectionUtils.isEmpty(resiRule) |
|
|
|
&& CollectionUtils.isEmpty(houseRule) |
|
|
|
&& CollectionUtils.isEmpty(statRule)) { |
|
|
|
return new Result().ok(new ArrayList<>()); |
|
|
|
return new Result().ok(new PageData<>(new ArrayList<>(), 0)); |
|
|
|
} |
|
|
|
|
|
|
|
PageData<ResiByPolicyInfoResultDTO> page = icResiService.listByPolicyRules(orgId, orgType, neighborHoodId, buildingId, unitId, |
|
|
|