| | |
| | | */ |
| | | HouseholdOtherVO getSecurity(@Param("household") HouseholdVO household); |
| | | |
| | | List<Map<String, Object>> getHouseHoldStatistics(String code, Long userId, String roleType); |
| | | List<Map<String, Object>> getHouseHoldStatistics(List<String> communityCodeList, Long userId, String roleType); |
| | | |
| | | List<Map<String, Object>> getHouseHoldStatisticsAge(String code, Long userId, String roleType); |
| | | List<Map<String, Object>> getHouseHoldStatisticsAge(List<String> communityCodeList, Long userId, String roleType); |
| | | |
| | | /** |
| | | * 查询所有未入库的业主信息 |