From 4f4d6f4946e4baf4a56d3e9f61ac5ba1412436a3 Mon Sep 17 00:00:00 2001 From: Stormeye Wu Date: Wed, 26 Dec 2018 16:25:13 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=88=90=E9=95=BF=E5=80=BC][=E4=BF=AE?= =?UTF-8?q?=E6=94=B9]:=E6=88=90=E9=95=BF=E5=80=BC=E5=9F=BA=E4=BA=8E?= =?UTF-8?q?=E4=BA=A4=E6=98=93=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/iformall/service/impl/WxScoreRulesServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java b/mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java index 6de745054..b51097057 100644 --- a/mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java +++ b/mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java @@ -204,7 +204,7 @@ public class WxScoreRulesServiceImpl implements WxScoreRulesService { if (busRule == null) { busRule = payRule; } - int priceCondition = busRule.getInteger(WxScoreRules.STEP) * 100; // 元->分 + Double priceCondition = busRule.getDouble(WxScoreRules.STEP) * 100; // 元->分 int baseScore = busRule.getInteger(WxScoreRules.SCORE); // 消费增长积分 // 4. 计算成长值