username@email.com
2024-12-20 a961ca32f736027331319d94837f84507ac81df5
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("全部", ""));
        }