修改质量样板
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user