yzh
2022-05-23 e16d566df68082e69654fc6858f3cb5d462450f1
web/web/gwspupdate.aspx.cs
@@ -80,6 +80,7 @@
        {
            GwProduct bean = new GwProduct();
            bean.Classes = 1;
            bean.IsDefault = -1;
            bean.IsEnable = -1;
            this.GwProductList = gwProductDao.getAllList(bean);
        }