Refactor file handling classes: rename MoveAllFiles to MoveMapFiles, add MoveTextFiles, and update logistics sequence handling across various FileRead implementations.
Bug fix for recipe to session Add one to run count
This commit is contained in:
@ -116,7 +116,7 @@ public partial class Job
|
||||
{ runCount = GetScalar(iqsSQLConnectionString, commandText); }
|
||||
catch (Exception)
|
||||
{ runCount = null; }
|
||||
basicType = runCount is null ? hyphen : runCount.ToString();
|
||||
basicType = runCount is null ? hyphen : (runCount + 1).ToString();
|
||||
}
|
||||
Qty = "1";
|
||||
Status = hyphen; // INFO
|
||||
|
||||
Reference in New Issue
Block a user