黄千龙
2022-03-11 25173e4fb0328686679468d902b1b2df2ebba50d
20220311黄千龙
1个文件已修改
2 ■■■ 已修改文件
force-app/main/default/classes/EquipmentRenewBatch.cls 2 ●●● 补丁 | 查看 | 原始文档 | 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);
        }