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/Type3MaintenanceContractBatch.cls |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/Type3MaintenanceContractBatch.cls b/force-app/main/default/classes/Type3MaintenanceContractBatch.cls
index 6debb0b..5a9e939 100644
--- a/force-app/main/default/classes/Type3MaintenanceContractBatch.cls
+++ b/force-app/main/default/classes/Type3MaintenanceContractBatch.cls
@@ -25,7 +25,7 @@
 			acIdList.add(ac.Id);
 		}
 
-		List<Maintenance_Contract__c> mcList=[select Id,Hospital__c,Contract_Start_Date__c from Maintenance_Contract__c where Hospital__c in : acIdList and RecordTypeId!='01210000000gTYv' and Status__c in ('濂戠磩','濂戠磩婧�浜�','鍚堝悓缁撴潫','鍚堝悓涓�') and Id!='a0H1000000aeiFP' order by Contract_Start_Date__c ];
+		List<Maintenance_Contract__c> mcList=[select Id,Hospital__c,Contract_Start_Date__c from Maintenance_Contract__c where Hospital__c in : acIdList and RecordTypeId!='01210000000gTYv' and Status__c in ('濂戠磩','濂戠磩婧�浜�') and Id!='a0H1000000aeiFP' order by Contract_Start_Date__c ];
 
 		List<String> strList=new List<String>();
 		for (Maintenance_Contract__c mc : mcList) {

--
Gitblit v1.9.1