From d8dc84a3d56df839895f1c417a4d9cbee763d262 Mon Sep 17 00:00:00 2001
From: 高章伟 <gaozhangwei@prec-tech.com>
Date: 星期五, 03 三月 2023 14:50:59 +0800
Subject: [PATCH] gzw 测试环境代码更新

---
 force-app/main/default/classes/MCUpdateEstimateCostBatch.cls |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/force-app/main/default/classes/MCUpdateEstimateCostBatch.cls b/force-app/main/default/classes/MCUpdateEstimateCostBatch.cls
index e5b3d8f..22eeea2 100644
--- a/force-app/main/default/classes/MCUpdateEstimateCostBatch.cls
+++ b/force-app/main/default/classes/MCUpdateEstimateCostBatch.cls
@@ -35,9 +35,7 @@
             'Estimation_Id__r.NewEstimation_Amount__c ,Estimate_Trial_Money__c, '+ 
             'Estimation_Id__r.Asset_Sum_Price__c '+
             '  from Maintenance_Contract__c '
-            // + ' where RecordType_DeveloperName__c != \'VM_Contract\' ';
             + ' where RecordType_DeveloperName__c = \'NewMaintenance_Contract\' ';
-            // + ' where RecordType_DeveloperName__c = \'NewMaintenance_Contract\' ';
         if (string.isNotBlank(TestID) ) {
             query += ' and id =: TestID';
         } else if (TestIDList != null && TestIDList.size() > 0) {

--
Gitblit v1.9.1