Commit 7fcdb190 LN

包装料mark修改

1 个父辈 af641538
......@@ -144,12 +144,12 @@ namespace OnlineStore.DeviceLibrary
}
return false;
}
public static bool NeedEnter(string id, string shelfId = "")
public static bool NeedEnter(string id, string mark = "0", string shelfId = "")
{
ClientAction currA = GetAction(id);
if (currA.Equals(ClientAction.None) || currA.Equals(ClientAction.NeedLeave) || currA.Equals(ClientAction.NeedEnter))
{
SetStatus(id, shelfId, shelfId, ClientAction.NeedEnter);
SetStatus(id, mark, shelfId, ClientAction.NeedEnter);
return true;
}
return false;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!