修改质量样板

This commit is contained in:
2023-02-14 17:40:34 +08:00
parent ca484ca4d6
commit fa156db08c
24 changed files with 1224 additions and 8 deletions
@@ -26,7 +26,7 @@ namespace FineUIPro.Web.BaseInfo
/// </summary>
public void BindGrid()
{
string strSql = @"select * from Base_CompanyModel ";
string strSql = @"select c.*,CompanyModelKindName,CompanyModelKindCode from Base_CompanyModel c left join Base_CompanyModelKind d on d.CompanyModelKindId=c.CompanyModelKindId order by CompanyModelKindCode,ModelType";
DataTable tb = SQLHelper.GetDataTableRunText(strSql, null);
Grid1.RecordCount = tb.Rows.Count;
//tb = GetFilteredTable(Grid1.FilteredData, tb);