1
This commit is contained in:
@@ -403,7 +403,7 @@ namespace Tnb.WarehouseMgr
|
||||
{
|
||||
_ = await _db.Deleteable(elevatorQueueItem).ExecuteCommandAsync();
|
||||
}
|
||||
|
||||
await _wareHouseService.SsxControl(disTask, "LOAD");
|
||||
}
|
||||
else if (input.action == "UNLOAD")
|
||||
{
|
||||
@@ -414,7 +414,7 @@ namespace Tnb.WarehouseMgr
|
||||
};
|
||||
Logger.Information($"taskCompleUpInput json parameter:{JsonConvert.SerializeObject(taskCompleUpInput)}");
|
||||
await _wareHouseService.TaskComplate(taskCompleUpInput);
|
||||
|
||||
await _wareHouseService.SsxControl(disTask, "UNLOAD");
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user