From fd9df05c48c09b4d7f39a3b401882bda226dedea Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期二, 31 十月 2023 20:38:18 +0800
Subject: [PATCH] 近期修改

---
 force-app/main/default/classes/BatchSelectRepairPDFDelete.cls |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/force-app/main/default/classes/BatchSelectRepairPDFDelete.cls b/force-app/main/default/classes/BatchSelectRepairPDFDelete.cls
index 40a7703..3a2ec4e 100644
--- a/force-app/main/default/classes/BatchSelectRepairPDFDelete.cls
+++ b/force-app/main/default/classes/BatchSelectRepairPDFDelete.cls
@@ -1,5 +1,6 @@
 public without sharing class BatchSelectRepairPDFDelete {
     public void deletePDF(List<Repair__c> repList){
+        // 20231103   Lightning鏂囦欢淇敼 Start
         //淇敼鍒犻櫎闄勪欢锛屾敼涓哄垹闄ゆ枃浠讹紙lightning鏀归�狅級
         List<String> attachmentNameList = new List<String>();
         List<Id> parentIdList = new List<Id>();
@@ -37,9 +38,11 @@
         // if(isGeneratedPDFList.size() > 0){
         //     delete isGeneratedPDFList;
         // }
+        // 20231103   Lightning鏂囦欢淇敼 End
     }
 
     public void createPDF(List<Repair__c> repList){
+        // 20231103   Lightning鏂囦欢淇敼 Start
     	// PageReference pdfPage;
         // List<Attachment> attachments = new List<Attachment>();
     	// for(Repair__c re : repList){       
@@ -98,6 +101,7 @@
         if (links.size() > 0) {
             insert links;
         }
+        // 20231103   Lightning鏂囦欢淇敼 End
 
     }
 

--
Gitblit v1.9.1