|
|
|
@@ -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. 计算成长值 |
|
|
|
|