username@email.com
2025-04-23 d34ca25b9754e49b2d1220ff9f0de6af9b734d99
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("全部", ""));
        }