From f44187822ea6217070c0f6fc585c3feadea03cb1 Mon Sep 17 00:00:00 2001
From: chengf <2156125618@qq.com>
Date: 星期三, 13 八月 2025 09:30:18 +0800
Subject: [PATCH] 折扣逻辑修改2025/08/13
---
service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingDiscountImpl.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingDiscountImpl.java b/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingDiscountImpl.java
index 8427c3b..caaf200 100755
--- a/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingDiscountImpl.java
+++ b/service-fee/src/main/java/com/java110/fee/discount/impl/VacantHousingDiscountImpl.java
@@ -62,7 +62,7 @@
}
}
//缂磋垂鍛ㄦ湡灏忎簬绌虹疆鎴挎墦鎶樿鍒欒嚦灏戝簲缂存湀浠斤紝灏变笉浜彈鎵撴姌浼樻儬
- if (feeDiscountDto.getCycles() < month) {
+ if (Double.parseDouble(feeDiscountDto.getDiscountDesc()) < month) {
ComputeDiscountDto computeDiscountDto = new ComputeDiscountDto();
computeDiscountDto.setDiscountId(feeDiscountDto.getDiscountId());
computeDiscountDto.setDiscountType(FeeDiscountDto.DISCOUNT_TYPE_DV);
--
Gitblit v1.8.0