public bool UpdateCategoryAttrStatus(string categoryid, string attrid, EnumStatus status, int type, string operateIP, string operateID) { var dal = new ProductsDAL(); return dal.UpdateCategoryAttrStatus(categoryid, attrid, (int)status, type); }