username@email.com
2026-03-05 d1b1d6703fda926f5b80682d64c26833338a1082
CY_ECommercePlatform/CY.WebForm/Pages/front/NewsPaper.aspx.cs
@@ -19,9 +19,10 @@
                PrintTypeId = int.Parse(Request["PrintTypeId"].ToString());
                Sys_DictionaryBLL _sys_DictionaryBLL = new Sys_DictionaryBLL();//字典业务逻辑操作类对象
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 2);
                this.ysUnit.DataSource = _sys_DictionaryBLL.GetDataByType("印刷单位").Where(x => x.MeanValue == 10000);
                this.ysUnit.DataBind();
                this.ysUnit.Value = "2";
                this.ysUnit.Items.Insert(0, new ListItem("无", "0"));
                //this.ysUnit.Value = "2";
            }
        }
    }