保存金币流水日志去除

This commit is contained in:
tianfeng 2026-02-06 14:33:50 +08:00
parent 364b0c7068
commit 83b2eb197f

View File

@ -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