This commit is contained in:
qianjiawei
2024-01-29 15:55:11 +08:00
parent 0cbce7c9fd
commit 878a800bc7
6 changed files with 97 additions and 18 deletions

View File

@@ -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)