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) {