Commit 5535023c LN

入库单bug修改

1 个父辈 b43d5cb0
......@@ -103,7 +103,7 @@ public class InListCache {
for (InListItem item : inList.getInListItems()
) {
if (item.getNum() != item.getInNum()) {
if (!item.getNum().equals( item.getInNum())) {
listOk = false;
break;
}
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!