select a.name,b.name,c.bName,a.doorplate,a.homeTel,d.date from Peoples a,Communities b,Buildings c,Employments d where d.state='就业'and c.buildId=a.buildId and a.communityId=b.communityId and a.peopleId=d.peopleId and a.homeTel <> '10000000'