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