Commit 6485bb91 authored by 陈 挺's avatar 陈 挺
Browse files

收货确认书预览问题修复

No related merge requests found
Pipeline #12907 passed with stages
in 8 minutes and 44 seconds
Showing with 3 additions and 2 deletions
+3 -2
......@@ -232,6 +232,7 @@ public class OrderReceiveServiceImpl extends ServiceImpl<OrderReceiveDao, OrderR
pageMap.put(orderId, CollectionUtil.newArrayList(n));
} else {
orderList.add(n);
pageMap.put(orderId,orderList);
}
});
});
......@@ -278,8 +279,7 @@ public class OrderReceiveServiceImpl extends ServiceImpl<OrderReceiveDao, OrderR
}
}
if (list.size() == 0) {
if (list.size() == 0 && !qryDTO.getIsBatch()) {
continue;
}
// 获取预览数据结果对象
......@@ -409,6 +409,7 @@ public class OrderReceiveServiceImpl extends ServiceImpl<OrderReceiveDao, OrderR
pageMap.put(orderId, CollectionUtil.newArrayList(n));
} else {
orderList.add(n);
pageMap.put(orderId,orderIdList);
}
});
});
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment