From ed5697aad210880cdaee86dfb79c07c59c75255c Mon Sep 17 00:00:00 2001 From: zxc <1272811460@qq.com> Date: Wed, 16 Nov 2022 15:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=94=B9=E5=90=8D=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/epmet/dto/result/SubUserHouseListResultDTO.java | 4 ++-- .../main/java/com/epmet/service/impl/HouseServiceImpl.java | 4 ++-- .../java/com/epmet/dto/result/RHZKStatisticsResultDTO.java | 4 ++-- .../java/com/epmet/service/impl/IcResiUserServiceImpl.java | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/dto/result/SubUserHouseListResultDTO.java b/epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/dto/result/SubUserHouseListResultDTO.java index a791a22fd0..5572ae3271 100644 --- a/epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/dto/result/SubUserHouseListResultDTO.java +++ b/epmet-module/gov-org/gov-org-client/src/main/java/com/epmet/dto/result/SubUserHouseListResultDTO.java @@ -89,8 +89,8 @@ public class SubUserHouseListResultDTO implements Serializable { private BigDecimal rhyzUserRatio = NumConstant.ZERO_DECIMAL; private Integer rzhbzUserTotal = NumConstant.ZERO; private BigDecimal rzhbzUserRatio = NumConstant.ZERO_DECIMAL; - private Integer hzrzUserTotal = NumConstant.ZERO; - private BigDecimal hzrzUserRatio = NumConstant.ZERO_DECIMAL; + private Integer hzrbzUserTotal = NumConstant.ZERO; + private BigDecimal hzrbzUserRatio = NumConstant.ZERO_DECIMAL; private Integer zbqcUserTotal = NumConstant.ZERO; private BigDecimal zbqcUserRatio = NumConstant.ZERO_DECIMAL; diff --git a/epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/service/impl/HouseServiceImpl.java b/epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/service/impl/HouseServiceImpl.java index 36c85a879a..62a985443b 100644 --- a/epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/service/impl/HouseServiceImpl.java +++ b/epmet-module/gov-org/gov-org-server/src/main/java/com/epmet/service/impl/HouseServiceImpl.java @@ -978,8 +978,8 @@ public class HouseServiceImpl implements HouseService, ResultDataResolver { dto.setRhyzUserRatio(r.getRhyzUserRatio()); dto.setRzhbzUserTotal(r.getRzhbzUserTotal()); dto.setRzhbzUserRatio(r.getRzhbzUserRatio()); - dto.setHzrzUserTotal(r.getHzrzUserTotal()); - dto.setHzrzUserRatio(r.getHzrzUserRatio()); + dto.setHzrbzUserTotal(r.getHzrbzUserTotal()); + dto.setHzrbzUserRatio(r.getHzrbzUserRatio()); dto.setZbqcUserTotal(r.getZbqcUserTotal()); dto.setZbqcUserRatio(r.getZbqcUserRatio()); dto.setUserTotal(r.getUserTotal()); diff --git a/epmet-user/epmet-user-client/src/main/java/com/epmet/dto/result/RHZKStatisticsResultDTO.java b/epmet-user/epmet-user-client/src/main/java/com/epmet/dto/result/RHZKStatisticsResultDTO.java index fc9e8d88ba..7407375a96 100644 --- a/epmet-user/epmet-user-client/src/main/java/com/epmet/dto/result/RHZKStatisticsResultDTO.java +++ b/epmet-user/epmet-user-client/src/main/java/com/epmet/dto/result/RHZKStatisticsResultDTO.java @@ -25,8 +25,8 @@ public class RHZKStatisticsResultDTO implements Serializable { private BigDecimal rhyzUserRatio = NumConstant.ZERO_DECIMAL; private Integer rzhbzUserTotal = NumConstant.ZERO; private BigDecimal rzhbzUserRatio = NumConstant.ZERO_DECIMAL; - private Integer hzrzUserTotal = NumConstant.ZERO; - private BigDecimal hzrzUserRatio = NumConstant.ZERO_DECIMAL; + private Integer hzrbzUserTotal = NumConstant.ZERO; + private BigDecimal hzrbzUserRatio = NumConstant.ZERO_DECIMAL; private Integer zbqcUserTotal = NumConstant.ZERO; private BigDecimal zbqcUserRatio = NumConstant.ZERO_DECIMAL; diff --git a/epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcResiUserServiceImpl.java b/epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcResiUserServiceImpl.java index c87e96b12c..e3e12b50f6 100644 --- a/epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcResiUserServiceImpl.java +++ b/epmet-user/epmet-user-server/src/main/java/com/epmet/service/impl/IcResiUserServiceImpl.java @@ -3671,8 +3671,8 @@ public class IcResiUserServiceImpl extends BaseServiceImpl