force-app/main/default/classes/EquipmentRenewBatch.cls | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
force-app/main/default/classes/EquipmentRenewBatch.cls
@@ -41,7 +41,7 @@ global void execute(Database.BatchableContext BC, list<Account> Accounts) { List<Account_Service_Of_Target__c> asots = new List<Account_Service_Of_Target__c>(); List<Id> accIds = new List<Id>(); Map<Id,Account_Service_Of_Target__c> asotMap = new Map<Id,Account_Service_Of_Target__c>(); Map<String,Account_Service_Of_Target__c> asotMap = new Map<String,Account_Service_Of_Target__c>(); for (Account acc1 : Accounts) { accIds.add(acc1.id); }