You've already forked FrameTour-BE
1
This commit is contained in:
@@ -178,7 +178,7 @@ public class UserNotificationAuthController {
|
|||||||
|
|
||||||
resp.setTemplates(templateAuthInfos);
|
resp.setTemplates(templateAuthInfos);
|
||||||
|
|
||||||
log.info("成功获取景区通知模板ID及用户授权余额: scenicId={}, templateCount={}, memberId={}",
|
log.debug("成功获取景区通知模板ID及用户授权余额: scenicId={}, templateCount={}, memberId={}",
|
||||||
scenicId, templateIds.size(), memberId);
|
scenicId, templateIds.size(), memberId);
|
||||||
|
|
||||||
return ApiResponse.success(resp);
|
return ApiResponse.success(resp);
|
||||||
|
|||||||
@@ -828,7 +828,7 @@ public class GoodsServiceImpl implements GoodsService {
|
|||||||
result.setTotalSegmentCount(taskResult.getTotalSegmentCount());
|
result.setTotalSegmentCount(taskResult.getTotalSegmentCount());
|
||||||
result.setOriginalSegmentCount(taskResult.getOriginalSegmentCount());
|
result.setOriginalSegmentCount(taskResult.getOriginalSegmentCount());
|
||||||
|
|
||||||
log.info("视频更新检查完成: videoId={}, taskId={}, canUpdate={}, newSegmentCount={}",
|
log.debug("视频更新检查完成: videoId={}, taskId={}, canUpdate={}, newSegmentCount={}",
|
||||||
videoId, taskId, result.isCanUpdate(), result.getNewSegmentCount());
|
videoId, taskId, result.isCanUpdate(), result.getNewSegmentCount());
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
|
|||||||
Reference in New Issue
Block a user