This commit is contained in:
2025-06-21 11:07:26 +08:00
parent 498718b79e
commit 4344c44822
5 changed files with 540 additions and 31 deletions

View File

@@ -10,6 +10,7 @@ using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Pilot.Report.Exploitation.Common;
namespace Pilot.Report.Exploitation.SpecialDetails
{
@@ -710,7 +711,7 @@ namespace Pilot.Report.Exploitation.SpecialDetails
0 Sort
FROM #TempTable4 t1) t1
order by Sort desc", tableName);
Loghelp.Log(sql);
DBUtils.Execute(this.Context, sql);
}