Commit d4684acd LN

1

1 个父辈 25b9028f
......@@ -451,8 +451,8 @@ namespace OnlineStore.DeviceLibrary
LedProcess();
LastInShelfId = RFIDManager.ReadRFID(Config.InL_In_RFIDIP).NumStr();
LastOutShelfId = RFIDManager.ReadRFID(Config.InL_Out_RFIDIP).NumStr();
LastInShelfId = RFIDManager.ReadRFID(Config.InL_In_RFIDIP,true).NumStr();
LastOutShelfId = RFIDManager.ReadRFID(Config.InL_Out_RFIDIP,true).NumStr();
bool result = SendVmiRfid(LastInShelfId);
if (result)
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!