From eca6412fa29bc0fefdd5b9e99d704fa7d258f4a1 Mon Sep 17 00:00:00 2001
From: sunpengfei <i@angelzzz.com>
Date: 星期四, 12 六月 2025 11:29:30 +0800
Subject: [PATCH] fix:去掉更新渠道表
---
LifePayment/LifePayment.Application/Sync/SyncService.cs | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/LifePayment/LifePayment.Application/Sync/SyncService.cs b/LifePayment/LifePayment.Application/Sync/SyncService.cs
index cf86d69..adc9412 100644
--- a/LifePayment/LifePayment.Application/Sync/SyncService.cs
+++ b/LifePayment/LifePayment.Application/Sync/SyncService.cs
@@ -482,13 +482,13 @@
}
else
{
- var updateTargetLifePayChannles = new SyncLifePayChannles();
- ObjectMapper.Map(sourceLifePayChannles, updateTargetLifePayChannles);
- updateTargetLifePayChannles.Id = targetLifePayChannles.Id;
- await UpdateLifePayChannles(targetConnName, updateTargetLifePayChannles);
- targetLifePayChannles = updateTargetLifePayChannles;
- dicChannleIds.Add(sourceLifePayChannles.Id, targetLifePayChannles.Id);
- logger.LogInformation($"宸叉洿鏂版笭閬擄細{targetLifePayChannles.ChannlesName}");
+ //var updateTargetLifePayChannles = new SyncLifePayChannles();
+ //ObjectMapper.Map(sourceLifePayChannles, updateTargetLifePayChannles);
+ //updateTargetLifePayChannles.Id = targetLifePayChannles.Id;
+ //await UpdateLifePayChannles(targetConnName, updateTargetLifePayChannles);
+ //targetLifePayChannles = updateTargetLifePayChannles;
+ //dicChannleIds.Add(sourceLifePayChannles.Id, targetLifePayChannles.Id);
+ //logger.LogInformation($"宸叉洿鏂版笭閬擄細{targetLifePayChannles.ChannlesName}");
}
}
catch (Exception ex)
--
Gitblit v1.9.1