lu
2025-01-21 ad8bc2218ca947b5ce3ab046f1b3f94ce0caefa5
DevApp/Gs.DevApp/DevFrm/User/User.cs
@@ -221,7 +221,7 @@
            var _obj = new
            {
                guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //主建
                Guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //主建
                account = txt_account.Text.Trim(),
                password = txt_password.Text.Trim(),
                userName = txt_userName.Text.Trim(),
@@ -230,7 +230,8 @@
                email = txt_email.Text.Trim(),
                isStatus = txt_isStatus.Checked,
                remark = txt_remark.Text.Trim(),
                isSys = 0
                isSys = 0,
                staffId= txt_staffId.GetId()
            };
            try
            {
@@ -258,7 +259,7 @@
        private   void getPageList(int curPage)
        {
            var _sbSqlWhere = UtilityHelper.GetSearchWhere(_filterList);
            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "ACCOUNT asc ,CREATE_TIME",
            var pgq = new PageQueryModel(curPage, this.pageBar1.RowsCount, "a.ACCOUNT asc ,a.CREATE_TIME",
                "desc", "", _sbSqlWhere.ToString());
            var json = JsonConvert.SerializeObject(pgq);
            try