Commit 7f5ce94a authored by jiaorz's avatar jiaorz

1

parent 2379cd6d
......@@ -148,8 +148,6 @@ public class ActivityPopularizeBiz extends BaseBiz<ActivityPopularizeMapper, Act
log.info("用户现活动进度:newCurrentProgress = {}", currentProgress);
if (activityPopularizeUser.getEndProgress().compareTo(bigDecimal) != 0) {
activityPopularizeUser.setStatus(0);
} else {
activityPopularizeUser.setStatus(1);
}
//修改当前进度
activityPopularizeUser.setCurrentProgress(bigDecimal);
......
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