username@email.com
2025-02-07 6bb722be12f95d3f55a141555be2c79b8fcaeca9
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("全部", ""));
        }