| | |
| | | import org.springblade.modules.house.mapper.HouseholdMapper; |
| | | import org.springblade.modules.house.service.IHouseholdService; |
| | | import org.springblade.modules.system.entity.DictBiz; |
| | | import org.springblade.modules.system.excel.HouseHoldExcel; |
| | | import org.springblade.modules.house.excel.HouseHoldExcel; |
| | | import org.springblade.modules.system.service.IDictBizService; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | this.save(houseHoldEntity); |
| | | }); |
| | | } |
| | | |
| | | /** |
| | | * 住户审核统计 |
| | | * @param userId |
| | | * @return |
| | | */ |
| | | @Override |
| | | public Integer statistics(Long userId) { |
| | | return baseMapper.statistics(userId); |
| | | } |
| | | } |