修改BUG
This commit is contained in:
parent
5692f92c99
commit
83edcfa45e
@ -208,7 +208,7 @@ public class HyosungRuntime(
|
|||||||
//标志下线已完成
|
//标志下线已完成
|
||||||
await hyosungPlcService.LeaveCompletedAsync();
|
await hyosungPlcService.LeaveCompletedAsync();
|
||||||
var tray = await trayService.GetByCode(info.TrayCode);
|
var tray = await trayService.GetByCode(info.TrayCode);
|
||||||
//await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode);
|
await hyosungWmsService.AddPdaPutawayRecord(tray.Barcode);
|
||||||
logger.LogInformation($"plc leaving production line success");
|
logger.LogInformation($"plc leaving production line success");
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user