@ -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();