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/InsReportPDFOuterController.cls | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/force-app/main/default/classes/InsReportPDFOuterController.cls b/force-app/main/default/classes/InsReportPDFOuterController.cls
index 36c1fb9..d6ff1ca 100644
--- a/force-app/main/default/classes/InsReportPDFOuterController.cls
+++ b/force-app/main/default/classes/InsReportPDFOuterController.cls
@@ -15,6 +15,7 @@
}
public void saveSign() {
+ // 20231103 Lightning鏂囦欢淇敼 Start
// // Sign鐢诲儚銇竴銇ゃ仹銇勩亜銇樸們銇亜锛烡elete鈬扞nsert銇仚銈�
// List<Attachment> atts = [select Id from Attachment where ParentId = :ir.Id and Name = :(ir.Name + '_Sign')];
// if (atts.size() > 0) delete atts;
@@ -71,9 +72,11 @@
} catch (Exception e) {
ApexPages.addMessages(e);
}
+ // 20231103 Lightning鏂囦欢淇敼 End
}
public void savePDF() {
+ // 20231103 Lightning鏂囦欢淇敼 Start
// String pdfPageURL = '/apex/InsReportPDF?id=' + ir.Id;
// PageReference pageRef = new PageReference(pdfPageURL);
@@ -117,6 +120,7 @@
ApexPages.addMessages(e);
// ApexPages.addMessage(e);
}
+ // 20231103 Lightning鏂囦欢淇敼 End
}
private Inspection_Report__c getReportData(String id) {
--
Gitblit v1.9.1