Commit 04f4f1d7 LN

机器人编号修改,左边为2,右边为1

1 个父辈 68889301
......@@ -156,11 +156,11 @@ namespace OnlineStore.DeviceLibrary
int robotIndex = 0;
if (DeviceID.Equals(212))
{
robotIndex = 2;
robotIndex = 1;
}
else if (DeviceID.Equals(210))
{
robotIndex = 1;
robotIndex = 2;
}
return robotIndex;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!