select * from dbo.tb_AddressList where (add_Name like'%西安%' or add_Address like'%西安%') and add_Typeid=1
select * from dbo.tb_AddressList where add_Name like'%西安%' and add_Typeid=1
union
select * from dbo.tb_AddressList where add_Address like'%西安%' and add_Typeid=1
select * from dbo.tb_AddressList where (add_Name like'%西安%' or add_Address like'%西安%') and add_Typeid=1