From 389da49a4cf18d0971cc72a34c639b4b22ccd257 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期四, 02 二月 2023 09:52:38 +0800
Subject: [PATCH] VMPage与controller

---
 force-app/main/default/classes/EquipmentRenewBatch.cls |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/EquipmentRenewBatch.cls b/force-app/main/default/classes/EquipmentRenewBatch.cls
index 829fcce..23d93ac 100644
--- a/force-app/main/default/classes/EquipmentRenewBatch.cls
+++ b/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);
         }

--
Gitblit v1.9.1