CY_ECommercePlatform/CY.WebForm/Pages/procurement/SuppliersList.aspx.cs
@@ -98,7 +98,7 @@ selSuppliersLevelId.DataBind(); selSuppliersLevelId.Items.Insert(0, new ListItem("全部", "")); selSuppliersTypeId.DataSource = _Sys_DictionaryBLL.GetDataByType("供应商类别 "); selSuppliersTypeId.DataSource = _Sys_DictionaryBLL.GetDataByType("供应商类别 ").OrderBy(x => x.LastUpdateTime); selSuppliersTypeId.DataBind(); selSuppliersTypeId.Items.Insert(0, new ListItem("全部", "")); }