Processing fix
This commit is contained in:
@@ -311,7 +311,7 @@ public class LayersController : Controller
|
|||||||
try
|
try
|
||||||
{
|
{
|
||||||
var type = importWorker.Records!.FirstOrDefault(x => x.Code == "ImportType")?.Desc1 ??
|
var type = importWorker.Records!.FirstOrDefault(x => x.Code == "ImportType")?.Desc1 ??
|
||||||
"Standard";
|
"Standard";
|
||||||
switch (type)
|
switch (type)
|
||||||
{
|
{
|
||||||
case "D1":
|
case "D1":
|
||||||
@@ -655,8 +655,8 @@ public class LayersController : Controller
|
|||||||
switch (processType!)
|
switch (processType!)
|
||||||
{
|
{
|
||||||
case "T3-SingleSource":
|
case "T3-SingleSource":
|
||||||
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
|
|
||||||
{
|
{
|
||||||
|
var t3SingleSource = new T3SingleSourceProcessor(_db, this, _logsController);
|
||||||
t3SingleSource.Process(processWorker);
|
t3SingleSource.Process(processWorker);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user