wzp
2022-11-23 0200c90ad90c94cfc14264d1f46e0ea20a20ebbd
web/web/GwStatis.aspx.cs
@@ -18,7 +18,7 @@
    private List<GwAp> ApList;
    private int _userId = -1;
    private int _userType = -1;
    private string _userType = "";
    private string _account = "";
    string permissionsSQL = null;
@@ -148,7 +148,7 @@
            foreach (GwClient gwClient in this.ClientList)
            {
                if (this.AppContext.HasRight("502"))
                    stringBuilder.AppendFormat("<option value=\"{0}\" {2}>{0}-{1}</option>", (object)gwClient.ClientID, (object)gwClient.ClientName, gwClient.ClientID == this.SelectedClientID ? (object)"selected" : (object)"");
                    stringBuilder.AppendFormat("<option value=\"{0}\" {2}>{0}-{1}</option>", (object)gwClient.ClientID, (object)gwClient.Company, gwClient.ClientID == this.SelectedClientID ? (object)"selected" : (object)"");
            }
        }
        return stringBuilder.ToString();