移交管理9-12报表导入

This commit is contained in:
2024-01-26 16:50:18 +08:00
parent b2a5d61e56
commit 7cb3458118
43 changed files with 4502 additions and 14 deletions
@@ -50,6 +50,7 @@ namespace FineUIPro.Web.Transfer
strSql += " AND Test_Package_START <= @InspectionDateZ";
listStr.Add(new SqlParameter("@InspectionDateZ", Funs.GetNewDateTime(txtEndTime.Text.Trim())));
}
strSql += " order by Civil_Structure ";
SqlParameter[] parameter = listStr.ToArray();
DataTable tb = SQLHelper.GetDataTableRunText(strSql, parameter);
Grid1.RecordCount = tb.Rows.Count;