20230922-ljl-fixBug
ljl 1 year ago
parent 435315b3c8
commit 4984e7b5c1

@ -191,7 +191,7 @@ public class OrderPrintServiceImpl implements OrderPrintService {
if (orderChildLogisticsList.isEmpty()) {
for (OpOrderChildBO orderChild : orderChilds) {
if (ObjectUtil.isEmpty(orderChild.getLogisticsId())) {
if (ObjectUtil.isEmpty(orderChild.getLogisticsId()) || orderChild.getLogisticsId() == 0) {
continue;
}
Long ddLogisticsId = orderChild.getLogisticsId();

Loading…
Cancel
Save