Stringsql="select v.id,oid from e10_common.dbo.uf_eas_vendor v INNER JOIN 10_common.dbo.uf_eas_company c on v.companyId=c.oid where v.vendorId='" +gysidArray[n]+"'";
Stringsql="select v.id,oid from e10_common.dbo.uf_eas_vendor v INNER JOIN e10_common.dbo.uf_eas_company c on v.companyId=c.oid where v.vendorId='" +gysidArray[n]+"'";