| | |
| | | guid = UtilityHelper.ToGuid(lbGuid.Text.Trim()), //主建 |
| | | PageView = txt_pageView.Text.Trim(), |
| | | Path = txt_path.Text.Trim(), |
| | | Icoimg=txt_icoimg.Text.Trim(), |
| | | PageGroup=txt_pageGroup.Text.Trim(), |
| | | PageIdx=txt_pageIdx.Text.Trim(), |
| | | PageStatus=txt_pageStatus.Checked |
| | |
| | | { |
| | | _sbSqlWhere.Append(" and " + itm.fileId + itm.fileOper + "'" + itm.fileValue + "'"); |
| | | } |
| | | PageQueryModel pgq = new PageQueryModel(curPage, pageSize, "PAGE_IDX", "asc", "", _sbSqlWhere.ToString()); |
| | | PageQueryModel pgq = new PageQueryModel(curPage, pageSize, "a.PAGE_GROUP", "desc", "", _sbSqlWhere.ToString()); |
| | | string json = JsonConvert.SerializeObject(pgq); |
| | | try |
| | | { |
| | |
| | | frm.ShowDialog(); |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | } |