|
|
@ -90,7 +90,9 @@ public class PrintRollLabelRecordServiceImpl extends ServiceImpl<PrintRollLabelR |
|
|
.eq(ManufacturerInformationData::getSite, printRollLabelRecord.getSite()) |
|
|
.eq(ManufacturerInformationData::getSite, printRollLabelRecord.getSite()) |
|
|
.eq(ManufacturerInformationData::getManufacturerNo, printRollLabelRecord.getManufacturerNo()) |
|
|
.eq(ManufacturerInformationData::getManufacturerNo, printRollLabelRecord.getManufacturerNo()) |
|
|
.one(); |
|
|
.one(); |
|
|
str = Optional.ofNullable(manufacturer.getManufacturerCode()).orElse("00"); |
|
|
|
|
|
|
|
|
if (Objects.nonNull(manufacturer)){ |
|
|
|
|
|
str = Optional.ofNullable(manufacturer.getManufacturerCode()).orElse(str); |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
List<PrintRollLabelRecord> printRollLabelRecords = new ArrayList<>(); |
|
|
List<PrintRollLabelRecord> printRollLabelRecords = new ArrayList<>(); |
|
|
|