Processing fix

This commit is contained in:
Michał Zieliński
2025-03-02 19:49:21 +01:00
parent a3e7709986
commit 924e7acccb

View File

@@ -311,7 +311,7 @@ public class LayersController : Controller
try
{
var type = importWorker.Records!.FirstOrDefault(x => x.Code == "ImportType")?.Desc1 ??
"Standard";
"Standard";
switch (type)
{
case "D1":
@@ -655,8 +655,8 @@ public class LayersController : Controller
switch (processType!)
{
case "T3-SingleSource":
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
{
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
t3SingleSource.Process(processWorker);
break;
}