/// <summary> /// /// </summary> /// <param name="strwhere"></param> /// <returns></returns> public DataTable GetTable(string strwhere) { try { return(_usersDao.GetTable(strwhere)); } catch (Exception ex) { //写入Log日志 // return(null); } }