wzp
2022-11-02 ecba6cab0840a9014b4e6e96f2f7b89070cc60e1
web/web/gwspupdate.aspx.cs
@@ -15,7 +15,7 @@
    protected List<GwProduct> GwProductList;
    private int _userId = -1;
    private int _userType = -1;
    private string _userType = "";
    private string _account = "";
@@ -214,7 +214,7 @@
            else
            {
                foreach (GwClient gwClient in list)
                    str = !(clientId == gwClient.ClientID) ? str + string.Format("<option value=\"{0}\">{1}</option>", (object)gwClient.ClientID, (object)gwClient.Company) : str + string.Format("<option value=\"{0}\" selected>{1}</option>", (object)gwClient.ClientID, (object)gwClient.Company);
                    str = !(clientId == gwClient.ClientID) ? str + string.Format("<option value=\"{0}\">{1}</option>", (object)gwClient.ClientID, (object)gwClient.ClientID) : str + string.Format("<option value=\"{0}\" selected>{1}</option>", (object)gwClient.ClientID, (object)gwClient.ClientID);
            }
            return str;
        }