|
|
@@ -161,6 +161,7 @@ public class TCommentUserServiceImpl extends ServiceImpl<TCommentUserMapper, TCo
|
|
|
for (LocalActivityTableVO table : localTables) {
|
|
|
if (ObjectUtil.equals(table.getType(), "4")) {
|
|
|
table.setActivityUrl(activityUrl);
|
|
|
+ table.setActivityId(activity.getId());
|
|
|
saveLotteryLog(wxLoginUser, table, 1);
|
|
|
}
|
|
|
}
|
|
|
@@ -176,7 +177,7 @@ public class TCommentUserServiceImpl extends ServiceImpl<TCommentUserMapper, TCo
|
|
|
log.setUserId(wxLoginUser.getId());
|
|
|
log.setUserPhone(wxLoginUser.getCPhone());
|
|
|
log.setActivityType(2); // 任务奖励
|
|
|
- log.setLocalActivityTableId(table.getId());
|
|
|
+ log.setLocalActivityTableId(table.getActivityId());
|
|
|
log.setLotteryNum(lotteryNum);
|
|
|
log.setReceiveTime(new Date());
|
|
|
log.setIsDelete("0");
|