From 83b2eb197ff9027f685a60d992651a1c49b4ed7d Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Fri, 6 Feb 2026 14:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E9=87=91=E5=B8=81=E6=B5=81?= =?UTF-8?q?=E6=B0=B4=E6=97=A5=E5=BF=97=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../red/circle/wallet/infra/tool/WalletAssetSyncTool.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rc-service/rc-service-wallet/wallet-infrastructure/src/main/java/com/red/circle/wallet/infra/tool/WalletAssetSyncTool.java b/rc-service/rc-service-wallet/wallet-infrastructure/src/main/java/com/red/circle/wallet/infra/tool/WalletAssetSyncTool.java index ab5654ab..4ebda484 100644 --- a/rc-service/rc-service-wallet/wallet-infrastructure/src/main/java/com/red/circle/wallet/infra/tool/WalletAssetSyncTool.java +++ b/rc-service/rc-service-wallet/wallet-infrastructure/src/main/java/com/red/circle/wallet/infra/tool/WalletAssetSyncTool.java @@ -122,9 +122,9 @@ public class WalletAssetSyncTool { WalletGoldAssetRecord goldAssetRecord = toWalletGoldAssetRecord(receipt); walletGoldAssetRecordService.save(goldAssetRecord); - clsService.upload( - LogTopic.WALLET_GOLD_ASSET_PROD.getWalletTopic(envProperties.isProd()), - walletGoldAssetRecordInfraConvertor.toWalletGoldAssetRecordLog(goldAssetRecord)); +// clsService.upload( +// LogTopic.WALLET_GOLD_ASSET_PROD.getWalletTopic(envProperties.isProd()), +// walletGoldAssetRecordInfraConvertor.toWalletGoldAssetRecordLog(goldAssetRecord)); } catch (DuplicateKeyException ignore) { // ignore