This commit is contained in:
2025-03-17 19:04:06 +08:00
parent 7208608d60
commit e897e7f0dc
9 changed files with 108 additions and 130 deletions

View File

@@ -410,7 +410,7 @@ Where a2.FMANUALROWCLOSE!='1' AND a1.FID = A.FID)*ISNULL(Y2.FSHARERATE,100
0 Sort
FROM #TABLETMEP4) t1
order by Sort;", tableName);
Loghelp.Log("BuilderReportSqlAndTempTable");
Loghelp.Log(sql);
DBUtils.Execute(this.Context, sql);
}