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