From cc7487a59bd4b0fa5bed1dd59f6d0565ace81b8b Mon Sep 17 00:00:00 2001
From: 李金换 <lijinhuan@prec-tech.com>
Date: 星期五, 21 四月 2023 09:48:22 +0800
Subject: [PATCH] opd计划Cl3
---
force-app/main/default/classes/SyncOpportunityTest.cls | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/force-app/main/default/classes/SyncOpportunityTest.cls b/force-app/main/default/classes/SyncOpportunityTest.cls
index 3081bf3..bb15c25 100644
--- a/force-app/main/default/classes/SyncOpportunityTest.cls
+++ b/force-app/main/default/classes/SyncOpportunityTest.cls
@@ -102,7 +102,7 @@
opp2 = [select Id from Opportunity where Id = :opp2.Id];
opp2.StageName = '鏁楁垿';
// opp2.Competitor_Product1__c = pro.Id;
- opp2.Lost_Reason__c = '銉曘偐銉兗涓嶈冻';
+ //opp2.Lost_Reason__c = '銉曘偐銉兗涓嶈冻';
update opp2;
opp2c = [select Id, StageName__c, Owner_System__c, OwnerId from Opportunity2__c where Opportunity__c = :opp2.Id];
--
Gitblit v1.9.1