public static DataTable GetServiceInfoByServerPerson(string ServerPerson, string CustName, CustServiceModel CustServiceM, string ServiceDateBegin, string ServiceDateEnd, string Executant, string CustLinkMan, int pageIndex, int pageCount, string ord, ref int totalCount) { try { return(ServiceDBHelper.GetServiceInfoByServerPerson(ServerPerson, CustName, CustServiceM, ServiceDateBegin, ServiceDateEnd, Executant, CustLinkMan, pageIndex, pageCount, ord, ref totalCount)); } catch { return(null); } }