1
This commit is contained in:
@@ -12,6 +12,7 @@ using System.Threading.Tasks;
|
||||
using Kingdee.BOS.Orm.DataEntity;
|
||||
using System.Data;
|
||||
using Pilot.Report.Exploitation.PublicClass;
|
||||
using Pilot.Report.Exploitation.Common;
|
||||
|
||||
namespace Pilot.Report.Exploitation.ResultsKanbanSummary
|
||||
{
|
||||
@@ -614,7 +615,8 @@ namespace Pilot.Report.Exploitation.ResultsKanbanSummary
|
||||
0 Sort
|
||||
FROM #TempTable5 t1 GROUP BY t1.Area) t1
|
||||
order by t1.Area,Sort;", tableName);
|
||||
|
||||
Loghelp.Log("BuilderReportSqlAndTempTable");
|
||||
Loghelp.Log(sql);
|
||||
DBUtils.Execute(this.Context, sql);
|
||||
}
|
||||
|
||||
@@ -712,6 +714,8 @@ namespace Pilot.Report.Exploitation.ResultsKanbanSummary
|
||||
) temp
|
||||
";
|
||||
string SqlStr = string.Format(sql, sSQL, rowId + 1, rowId + 2, rowId + 1024);
|
||||
Loghelp.Log("GetListData");
|
||||
Loghelp.Log(SqlStr);
|
||||
return base.GetListData(SqlStr);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user