Processing fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user