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