Commit fa9958f5 刘韬

修正料仓通讯失败导致料盘NG后使用了上个料盘的ID数据

1 个父辈 adc413b5
...@@ -126,6 +126,7 @@ namespace DeviceLibrary ...@@ -126,6 +126,7 @@ namespace DeviceLibrary
if (InStoreJobInfo != null) if (InStoreJobInfo != null)
{ {
VLog.Info("入库成功:" + InStoreJobInfo.ToStr()); VLog.Info("入库成功:" + InStoreJobInfo.ToStr());
CurrentTerminalReelID = InStoreJobInfo.WareNum;
string[] substrings = InStoreJobInfo.WareNum.Split('#'); string[] substrings = InStoreJobInfo.WareNum.Split('#');
if (substrings.Length > 2) if (substrings.Length > 2)
{ {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!