From f5a94e721ae5a26f817f0df75065b64f1f192eb3 Mon Sep 17 00:00:00 2001 From: Li Jun <buli@deloitte.com.cn> Date: 星期一, 28 三月 2022 21:43:51 +0800 Subject: [PATCH] PIPLFunctionDeploy0328 --- force-app/main/default/classes/ConsumTrialPDFController.cls | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/force-app/main/default/classes/ConsumTrialPDFController.cls b/force-app/main/default/classes/ConsumTrialPDFController.cls index 265e304..6a2e22f 100644 --- a/force-app/main/default/classes/ConsumTrialPDFController.cls +++ b/force-app/main/default/classes/ConsumTrialPDFController.cls @@ -22,6 +22,8 @@ public String errorMsg { get; set; } // 閿欒淇℃伅 public string staticResource { get; private set; } + public string staticResourceCon { get; private set; } + public string staticResourceFile { get; private set; } public string BRSrc{get;private set;} public string QRSrc{get;private set;} @@ -32,6 +34,8 @@ } pdfPageList = new List<PdfPageClass>(); staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Consum_Apply_Equipment_Set_Detail__c')); + staticResourceCon = JSON.serialize(PIHelper.getPIIntegrationInfo('Consum_Apply__c')); + staticResourceFile = JSON.serialize(PIHelper.getPIIntegrationInfo('Document')); } /** @@ -87,6 +91,7 @@ , Post_Code__c // 閭紪 , Loaner_received_staff__c // 鎺ユ敹浜哄鍚� , Loaner_received_staff_phone__c // 鎺ユ敹浜虹數璇� + ,AWS_Data_Id__c FROM Consum_Apply__c WHERE Id = :targetConsumApplyId ]; -- Gitblit v1.9.1