From 779334a09ef31c7f4a3ee1404add9bc492dc2511 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 5 Nov 2025 13:05:43 +0800 Subject: [PATCH] 1 --- .../mobile/notify/UserNotificationAuthController.java | 2 +- .../com/ycwl/basic/service/mobile/impl/GoodsServiceImpl.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/com/ycwl/basic/controller/mobile/notify/UserNotificationAuthController.java b/src/main/java/com/ycwl/basic/controller/mobile/notify/UserNotificationAuthController.java index 163bdbdc..198b42c5 100644 --- a/src/main/java/com/ycwl/basic/controller/mobile/notify/UserNotificationAuthController.java +++ b/src/main/java/com/ycwl/basic/controller/mobile/notify/UserNotificationAuthController.java @@ -178,7 +178,7 @@ public class UserNotificationAuthController { resp.setTemplates(templateAuthInfos); - log.info("成功获取景区通知模板ID及用户授权余额: scenicId={}, templateCount={}, memberId={}", + log.debug("成功获取景区通知模板ID及用户授权余额: scenicId={}, templateCount={}, memberId={}", scenicId, templateIds.size(), memberId); return ApiResponse.success(resp); diff --git a/src/main/java/com/ycwl/basic/service/mobile/impl/GoodsServiceImpl.java b/src/main/java/com/ycwl/basic/service/mobile/impl/GoodsServiceImpl.java index d6ef5bd4..a91c3afc 100644 --- a/src/main/java/com/ycwl/basic/service/mobile/impl/GoodsServiceImpl.java +++ b/src/main/java/com/ycwl/basic/service/mobile/impl/GoodsServiceImpl.java @@ -828,7 +828,7 @@ public class GoodsServiceImpl implements GoodsService { result.setTotalSegmentCount(taskResult.getTotalSegmentCount()); result.setOriginalSegmentCount(taskResult.getOriginalSegmentCount()); - log.info("视频更新检查完成: videoId={}, taskId={}, canUpdate={}, newSegmentCount={}", + log.debug("视频更新检查完成: videoId={}, taskId={}, canUpdate={}, newSegmentCount={}", videoId, taskId, result.isCanUpdate(), result.getNewSegmentCount()); return result;