Commit 859ee7b2 LN

1

1 个父辈 3a1e51a9
......@@ -661,7 +661,7 @@ public class TaskShelfUtil {
for (ShelfInfo shelf : shelfInfoMap.values()) {
if(!(shelf.getShelfState()==2)){
return null;
continue;
}
ShelfLoc shelfLoc = shelf.getBarcodeLoc(barcode);
if (shelfLoc != null && (!shelfLoc.isEmpty())) {
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!