wzp
2022-11-02 02fe59564a19996974a9d36be6ab61f29ee4c004
web/web/GwProduct.aspx.cs
@@ -90,7 +90,7 @@
        StringBuilder stringBuilder = new StringBuilder();
        if (this.GwProductClassList.Count == 0)
            return "<option value='0'>无</option>";
        stringBuilder.AppendFormat("<option value=\"{0}\" >{1}</option>", (object)0, (object)"无");
        stringBuilder.AppendFormat("<option value=\"{0}\" >{1}</option>", (object)"", (object)"无");
        foreach (GwProduct bean in this.GwProductClassList)
        {
            //停用的产品分类不再显示