diff --git a/.vs/Pilot.Report/v16/.suo b/.vs/Pilot.Report/v16/.suo index 79baaee..b461b60 100644 Binary files a/.vs/Pilot.Report/v16/.suo and b/.vs/Pilot.Report/v16/.suo differ diff --git a/Pilot.Report.Exploitation/ResultsKanbanSummary/ResultsKanbanSumReport.cs b/Pilot.Report.Exploitation/ResultsKanbanSummary/ResultsKanbanSumReport.cs index a717299..53649f0 100644 --- a/Pilot.Report.Exploitation/ResultsKanbanSummary/ResultsKanbanSumReport.cs +++ b/Pilot.Report.Exploitation/ResultsKanbanSummary/ResultsKanbanSumReport.cs @@ -592,7 +592,8 @@ namespace Pilot.Report.Exploitation.ResultsKanbanSummary INTO {0} FROM(SELECT *,1 Sort FROM #TempTable3 UNION ALL - SELECT + SELECT + null, t1.Area, t1.Area+'小计:', '', diff --git a/Pilot.Report.Exploitation/bin/Debug/Newtonsoft.Json.dll b/Pilot.Report.Exploitation/bin/Debug/Newtonsoft.Json.dll deleted file mode 100644 index 55d537f..0000000 Binary files a/Pilot.Report.Exploitation/bin/Debug/Newtonsoft.Json.dll and /dev/null differ