From 29ec8b29f26b7d4b92cc75820ca7988d464c0185 Mon Sep 17 00:00:00 2001 From: 黄千龙 <huangqianlong@prec-tech.com> Date: 星期二, 29 三月 2022 13:39:07 +0800 Subject: [PATCH] Merge branch 'master' of http://47.92.229.245:8089/r/OlyMEBG --- 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