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