From 928399eceec50e3d37ea08669a12789a9410a9d2 Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 22 十一月 2022 16:51:16 +0800
Subject: [PATCH] 111
---
force-app/main/default/triggers/OpportunityBefUpd.trigger | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/triggers/OpportunityBefUpd.trigger b/force-app/main/default/triggers/OpportunityBefUpd.trigger
index bb7f7ab..67e5c7d 100644
--- a/force-app/main/default/triggers/OpportunityBefUpd.trigger
+++ b/force-app/main/default/triggers/OpportunityBefUpd.trigger
@@ -353,7 +353,8 @@
// Estimation_Id__c 銈堛倞銆�
if (newTarget.Estimation_Id__c != null && newTarget.Estimation_Id__c.length() > 0 && !newTarget.Estimation_Id__c.startsWith('a2K')) {
quoteIds.add(newTarget.Estimation_Id__c);
- newTarget.Estimation_Id__c = '';
+ // 2022-11-18 ssm 鍙栨秷decide鍚庝粛瑕佹樉绀洪娴嬮噾棰濓紝鍙栨秷娓呯┖鎶ヤ环ID鐨勬搷浣�
+ // newTarget.Estimation_Id__c = '';
}
}
}
--
Gitblit v1.9.1