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/classes/InquiryPredictsDateChangeHandler.cls |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/InquiryPredictsDateChangeHandler.cls b/force-app/main/default/classes/InquiryPredictsDateChangeHandler.cls
index ac84ca7..dd34b76 100644
--- a/force-app/main/default/classes/InquiryPredictsDateChangeHandler.cls
+++ b/force-app/main/default/classes/InquiryPredictsDateChangeHandler.cls
@@ -36,6 +36,7 @@
                 opp.Predicted_date_ChangeReason__c  = ipd.Predicted_date_ChangeReason__c;  //鏀瑰彉棰勬祴鏃ユ湡鍘熷洜
                 // opp.Opp_New_Mark__c                 = ipd.Opp_New_Mark__c;                 //璇环鏂板缓鏍囪
                 opp.Opp_Delay_Mark__c               = ipd.Opp_Delay_Mark__c;               //璇环寤跺悗鏍囦环
+                opp.ForecastApprovalTime__c         = Datetime.now();
 
                 oppList.add(opp);
 
@@ -43,6 +44,7 @@
         }
 
         if (oppList.size() > 0) {
+            System.debug('lt123oppList'+oppList);
             update oppList;
         }
     }

--
Gitblit v1.9.1