瀏覽代碼

[成长值][修改]:成长值基于交易修改

release_toaliyun_real
Stormeye Wu 7 年之前
父節點
當前提交
4f4d6f4946
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkService/src/main/java/com/iformall/service/impl/WxScoreRulesServiceImpl.java

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


Loading…
取消
儲存