| | |
| | | import com.java110.intf.user.IOwnerRoomRelV1InnerServiceSMO; |
| | | import com.java110.intf.user.IOwnerV1InnerServiceSMO; |
| | | import com.java110.user.bmo.owner.IQueryOwnerStatisticsBMO; |
| | | import com.java110.utils.util.ListUtil; |
| | | import com.java110.utils.util.StringUtil; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Service; |
| | |
| | | @Override |
| | | public List<OwnerDto> query(List<OwnerDto> ownerDtos) { |
| | | |
| | | if(ownerDtos == null || ownerDtos.size() < 1){ |
| | | if (ListUtil.isNull(ownerDtos)) { |
| | | return ownerDtos; |
| | | } |
| | | |
| | |
| | | |
| | | /** |
| | | * 查询业主欠费 |
| | | * |
| | | * @param ownerIds |
| | | * @param ownerDtos |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询业主投诉数 |
| | | * |
| | | * @param ownerTels |
| | | * @param ownerDtos |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询业主投诉数 |
| | | * |
| | | * @param ownerTels |
| | | * @param ownerDtos |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询业主车辆数 |
| | | * |
| | | * @param memberIds |
| | | * @param ownerDtos |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询 业主成员数 |
| | | * |
| | | * @param ownerIds |
| | | * @param ownerDtos |
| | | */ |
| | |
| | | |
| | | /** |
| | | * 查询 房屋数量 |
| | | * |
| | | * @param ownerIds |
| | | * @param ownerDtos |
| | | */ |