2013年11月20日
摘要: public Model.orderParent GetTraceIDforID(string orderid) { string sql = string.Format(" select * from orderParent where Id='{0}'", orderid); DataTable dt = new BaseBLL().DataAccess.QueryDataTable(sql); if (dt != null && dt.Rows.Count > 0) { ... 阅读全文
posted @ 2013-11-20 12:01 米高佐敦 阅读(354) 评论(0) 推荐(0)