This commit is contained in:
2025-09-20 13:38:43 +08:00
parent f29217ac1f
commit da71e6d16f
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ public class BundleDiscountServiceImpl implements IBundleDiscountService {
}
}
log.info("检测到 {} 个可用的打包优惠", bundleDiscounts.size());
log.debug("检测到 {} 个可用的打包优惠", bundleDiscounts.size());
} catch (Exception e) {
log.error("检测打包优惠失败", e);