wzp
2023-03-02 374ce4ffd0c459bb4067e8d5765f972668aff9b1
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)
        {
            //停用的产品分类不再显示