修改BUG

This commit is contained in:
zhangzhuo 2025-04-11 14:06:11 +08:00
parent 5692f92c99
commit 83edcfa45e

View File

@ -208,7 +208,7 @@ public class HyosungRuntime(
//标志下线已完成
await hyosungPlcService.LeaveCompletedAsync();
var tray = await trayService.GetByCode(info.TrayCode);
//await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode);
await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode);
logger.LogInformation($"plc leaving production line success");
}
catch (Exception e)