|
@@ -143,7 +143,6 @@ public class TCommentUserServiceImpl extends ServiceImpl<TCommentUserMapper, TCo
|
|
|
dto.setPoints(table.getPointNumber());
|
|
dto.setPoints(table.getPointNumber());
|
|
|
pointAccountService.apiAddPoints(dto);
|
|
pointAccountService.apiAddPoints(dto);
|
|
|
}
|
|
}
|
|
|
- continue;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
// 非积分表、任务奖励类型(参与规则=3)
|
|
// 非积分表、任务奖励类型(参与规则=3)
|
|
@@ -158,7 +157,7 @@ public class TCommentUserServiceImpl extends ServiceImpl<TCommentUserMapper, TCo
|
|
|
|
|
|
|
|
// 类型=4 → 评价有礼
|
|
// 类型=4 → 评价有礼
|
|
|
for (LocalActivityTableVO table : localTables) {
|
|
for (LocalActivityTableVO table : localTables) {
|
|
|
- if (ObjectUtil.equals(table.getType(), 4)) {
|
|
|
|
|
|
|
+ if (ObjectUtil.equals(table.getType(), "4")) {
|
|
|
saveLotteryLog(wxLoginUser, table, 1);
|
|
saveLotteryLog(wxLoginUser, table, 1);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|