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