From bfca7a84bec815da594f1d12558535ed06d2490b Mon Sep 17 00:00:00 2001
From: 沙世明 <shashiming@prec-tech.com>
Date: 星期二, 13 九月 2022 09:57:32 +0800
Subject: [PATCH] 本地提交备份
---
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