|
|
@@ -222,9 +222,9 @@ public class LiveCompletionPointsRecordServiceImpl implements ILiveCompletionPoi
|
|
|
integralLog.setUserId(userId);
|
|
|
integralLog.setIntegral(Long.valueOf(record.getPointsAwarded()));
|
|
|
integralLog.setBalance(newIntegral);
|
|
|
- integralLog.setLogType(5); // 5-直播完课积分
|
|
|
+ integralLog.setLogType(25); // 5-直播完课积分
|
|
|
integralLog.setBusinessId("live_completion_" + recordId); // 业务ID:直播完课记录ID
|
|
|
- integralLog.setBusinessType(5); // 5-直播完课
|
|
|
+ integralLog.setBusinessType(25); // 5-直播完课
|
|
|
integralLog.setStatus(1);
|
|
|
integralLog.setCreateTime(new Date());
|
|
|
fsUserIntegralLogsMapper.insertFsUserIntegralLogs(integralLog);
|