From 6941fdde9ca61f377cf06836f4c70326b2646c4a Mon Sep 17 00:00:00 2001 From: buaixuexideshitongxue <2936013465@qq.com> Date: Fri, 8 May 2026 18:28:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8A=9E=E7=90=86=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../complaintCollection/ExportComplaintCollectionExcelVo.java | 4 ++-- .../complaintCollection/ComplaintCollectionServiceImpl.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/java/com/biutag/supervision/pojo/dto/complaintCollection/ExportComplaintCollectionExcelVo.java b/src/main/java/com/biutag/supervision/pojo/dto/complaintCollection/ExportComplaintCollectionExcelVo.java index f718011..0426f6e 100644 --- a/src/main/java/com/biutag/supervision/pojo/dto/complaintCollection/ExportComplaintCollectionExcelVo.java +++ b/src/main/java/com/biutag/supervision/pojo/dto/complaintCollection/ExportComplaintCollectionExcelVo.java @@ -43,10 +43,10 @@ public class ExportComplaintCollectionExcelVo { private String policeTypeName; @ExcelProperty("办理单位(二级)") - private String secondDepartName; + private String handleSecondDepartName; @ExcelProperty("办理单位(三级)") - private String thirdDepartName; + private String handleThreeDepartName; @ExcelProperty("涉及单位") private String involveDepartName; diff --git a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java index 1f49ec8..6e33170 100644 --- a/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java +++ b/src/main/java/com/biutag/supervision/service/complaintCollection/ComplaintCollectionServiceImpl.java @@ -422,8 +422,8 @@ public class ComplaintCollectionServiceImpl implements ComplaintCollectionServic vo.setResponderName(dto.getResponderName()); vo.setResponderPhone(dto.getResponderPhone()); vo.setPoliceTypeName(dto.getPoliceTypeName()); - vo.setSecondDepartName(dto.getSecondDepartName()); - vo.setThirdDepartName(dto.getThirdDepartName()); + vo.setHandleSecondDepartName(dto.getHandleSecondDepartName()); + vo.setHandleThreeDepartName(dto.getHandleThreeDepartName()); vo.setInvolveDepartName(dto.getInvolveDepartName()); vo.setProcessingStatus(ProcessingStatusEnum.getLabel(dto.getProcessingStatus())); // 枚举值转换