From cd730d0b1a775abacfba06003bb58327d5d1fb3c Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 12:23:31 +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