1526 发货系统-成套设备业务功能开发-【成套设备标签打印】页面
This commit is contained in:
parent
7474a5b2cb
commit
de929bf9f4
|
|
@ -163,6 +163,10 @@ public class WmsShipmentCompleteSetOfEquipmentLabelPrintingDeliveryItemServiceIm
|
|||
.filter(Objects::nonNull)
|
||||
.collect(Collectors.toSet());
|
||||
|
||||
if (CollectionUtil.isEmpty(entityIds)) {
|
||||
return new HashMap<>();
|
||||
}
|
||||
|
||||
List<WmsShipmentCompleteSetOfEquipmentLabelPrinting> entities = completeSetOfEquipmentLabelPrintingService.lambdaQuery()
|
||||
.in(WmsShipmentCompleteSetOfEquipmentLabelPrinting::getId, entityIds)
|
||||
.list();
|
||||
|
|
|
|||
Loading…
Reference in New Issue