| | |
| | | */ |
| | | List<HouseHoldExcel> export(@Param("household") HouseholdVO household); |
| | | |
| | | Integer statistics(Long userId); |
| | | Integer statistics(Long userId,String neiCode); |
| | | |
| | | /** |
| | | * 查询物业 |
| | |
| | | */ |
| | | HouseholdOtherVO getSecurity(@Param("household") HouseholdVO household); |
| | | |
| | | List<Map<String, Object>> getHouseHoldStatistics(String code, Long userId); |
| | | List<Map<String, Object>> getHouseHoldStatistics(String code, Long userId,String roleType); |
| | | |
| | | List<Map<String, Object>> getHouseHoldStatisticsAge(String code, Long userId); |
| | | List<Map<String, Object>> getHouseHoldStatisticsAge(String code, Long userId,String roleType); |
| | | } |