Commit 01209a70 authored by wux's avatar wux

Revert "会员等级自动赋值,为0时出错"

This reverts commit d76a233a.
parent 0064e451
......@@ -106,7 +106,7 @@ public class userLevelDetailsTask implements JobHandler {
reduceScore+=scoreLog.getScoreCount();
}
}
if (addScore>=reduceScore){
if (addScore>reduceScore){
int score = addScore - reduceScore;
log.info("符合规则积分数量: {}", score);
if (score>=userLevelConfigDO.getLowerCount()){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment