This commit is contained in:
2024-07-17 12:07:27 +08:00
parent ff038ff1d5
commit 96875e8afc
4 changed files with 7 additions and 8 deletions

View File

@@ -461,7 +461,7 @@ namespace Tnb.ProductionMgr
Stopwatch stopwatch = null;
string response = "";
var elapsedMilliseconds = 0l;
ThirdResult thirdResult = null;
ThirdResult thirdResult = new ThirdResult();
foreach (var record in records)
{
now = DateTime.Now;