nspredicate *predicate = [nspredicate predicatewithformat:@"userphonenumber == %@", model.userphonenumber];
vrdetailsvc.listarray = [self.recorddataarray1 filteredarrayusingpredicate:predicate];//這就是符合謂詞要求的結果
nspredicate *predicate = [nspredicate predicatewithformat:@"userphonenumber == %@", model.userphonenumber];
vrdetailsvc.listarray = [self.recorddataarray1 filteredarrayusingpredicate:predicate];//這就是符合謂詞要求的結果