From aad1c1e315f4d4e5093af1948eebc725cd89f020 Mon Sep 17 00:00:00 2001 From: mashuai Date: Wed, 26 Feb 2025 14:49:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E9=9C=80=E6=B1=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../material/device/service/impl/DevInfoServiceImpl.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bonus-modules/bonus-material-mall/src/main/java/com/bonus/material/device/service/impl/DevInfoServiceImpl.java b/bonus-modules/bonus-material-mall/src/main/java/com/bonus/material/device/service/impl/DevInfoServiceImpl.java index 2d2f22b..0a23116 100644 --- a/bonus-modules/bonus-material-mall/src/main/java/com/bonus/material/device/service/impl/DevInfoServiceImpl.java +++ b/bonus-modules/bonus-material-mall/src/main/java/com/bonus/material/device/service/impl/DevInfoServiceImpl.java @@ -118,14 +118,14 @@ public class DevInfoServiceImpl implements DevInfoService { } /*else if (item.getFileType().equals(Long.valueOf(EXAMINATION_PDF))) { devInfoVo.getExaminationPdf().add(item); }*/ else if (item.getFileType().equals(Long.valueOf(INSURANCE_PDF))) { - // devInfoVo.getInsurancePdf().add(item); + devInfoVo.getInsurancePdf().add(item); } }); } Table table = new Table(); table.setExaminationPdf(devInfoVo.getExaminationPdf()); -// table.setInsurancePdf(devInfoVo.getInsurancePdf()); + table.setInsurancePdf(devInfoVo.getInsurancePdf()); table.setIdentifyCode(devInfoVo.getIdentifyCode()); MaDevQc qc = maDevQcMapper.getQcListByOne(maId); if (Objects.nonNull(qc)) {