|
|
@ -139,6 +139,9 @@ public class LabeltypeController { |
|
|
|
LabeltypeDO labeltypeDO = labeltypeService.getOneLabelByHeader(LabeltypeRespVO); |
|
|
|
LabeltypeRespVO result = LabeltypeConvert.INSTANCE.convert(labeltypeDO); |
|
|
|
BarcodeExportReqVO barcodeExportReqVO = new BarcodeExportReqVO(); |
|
|
|
if(result==null) { |
|
|
|
return success(result); |
|
|
|
}; |
|
|
|
barcodeExportReqVO.setMasterId(result.getId()); |
|
|
|
List<BarcodeDO> barcodeList = barcodeService.getBarcodeList(barcodeExportReqVO); |
|
|
|
List<BarcodeExcelVO> datas = BarcodeConvert.INSTANCE.convertList02(barcodeList); |
|
|
|