username@email.com
2025-01-03 58758cab891e0a1cbe060f2ce8fda0805cdfc99a
CY_ECommercePlatform/CY.WebForm/Pages/financial/FirmAccountIncomeList.aspx.cs
@@ -87,7 +87,7 @@
            ///账户类型
            dwAcoountType.DataSource = _Sys_DictionaryBLL.GetDataByType("账户类型");
            dwAcoountType.DataTextField = "Name";
            dwAcoountType.DataValueField = "Keyid";
            dwAcoountType.DataValueField = "Name";
            dwAcoountType.DataBind();
            dwAcoountType.Items.Insert(0, new ListItem("全部", ""));