|
|
|
@ -290,8 +290,9 @@ public class WarehouseWaybillController extends BladeController {
|
|
|
|
|
myWatchWarehouse.forEach(warehouseEntity -> warehouseIds.add(warehouseEntity.getId())); |
|
|
|
|
} |
|
|
|
|
waybillDTO.setWarehouseIds(warehouseIds); |
|
|
|
|
List<Long> idslist = new ArrayList<>(); |
|
|
|
|
List<Long> idslist = null; |
|
|
|
|
if (!Objects.isNull(waybillDTO.getIds())){ |
|
|
|
|
idslist= new ArrayList<>(); |
|
|
|
|
List<Long> ids = Func.toLongList(",", waybillDTO.getIds()); |
|
|
|
|
idslist .addAll(ids) ; |
|
|
|
|
} |
|
|
|
|