From 1949e7ccb3bfab67ad2b16d7e0172851c3f823bb Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期六, 02 四月 2022 14:06:49 +0800
Subject: [PATCH] 先款后修上线内容

---
 force-app/main/default/classes/NFM106Controller.cls |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/NFM106Controller.cls b/force-app/main/default/classes/NFM106Controller.cls
index b452dd6..a1eaa64 100644
--- a/force-app/main/default/classes/NFM106Controller.cls
+++ b/force-app/main/default/classes/NFM106Controller.cls
@@ -66,6 +66,11 @@
                 }
             }
         }
+        //Repair娴嬭瘯绫昏烦杩� thh 20220401 start
+        if(StaticParameter.EscapeNFM106Trigger){
+            return;
+        }
+        //Repair娴嬭瘯绫昏烦杩� thh 20220401 end
         if (Trigger.isBefore) {
             if (Trigger.isUpdate) {
                 for(Maintenance_Contract__c mc : newList) {
@@ -391,7 +396,8 @@
             // CHAN-BSV3GZ start
             // 鍘熶唬鐮�
             // rowData.retry_cnt__c=0;
-            if (status == 'OK') {
+            system.debug('status15122021'+status);
+            if (status == 'ok') {
                 rowData.retry_cnt__c = 0;
             } else {
                 if (rowData.retry_cnt__c == null) rowData.retry_cnt__c = 0;

--
Gitblit v1.9.1