yzh
2022-05-07 28e792c272441162b15d95bdc7356d82ea3e2908
web/web/gwspupdate.aspx.cs
@@ -229,6 +229,8 @@
    //获取产品信息
    public string GetProductOptions(string productId)
    {
        if (productId==null)
            return "<option value='0'>无</option>";
        StringBuilder stringBuilder = new StringBuilder();
        if (this.GwProductList.Count == 0)
            return "<option value='0'>无</option>";