zhangzhengmei
2023-08-06 a82f0830a132be063a63dcd7dd2ccca2179d5738
force-app/main/default/classes/QISPDFController.cls
@@ -13,6 +13,10 @@
    public string Photo_2_Text { get; private set; }
    public string Photo_3_Text { get; private set; }
    public string Photo_4_Text { get; private set; }
    public string Photo_5_Text { get; private set; }
    public string Photo_6_Text { get; private set; }
    public string Photo_7_Text { get; private set; }
    public string Photo_8_Text { get; private set; }
    
    public QISPDFController() {
@@ -65,6 +69,10 @@
            Photo_2_Text = getImageByUrl(qr.Photo_2_Text__c);
            Photo_3_Text = getImageByUrl(qr.Photo_3_Text__c);
            Photo_4_Text = getImageByUrl(qr.Photo_4_Text__c);
            Photo_5_Text = getImageByUrl(qr.Photo_5_Text__c);
            Photo_6_Text = getImageByUrl(qr.Photo_6_Text__c);
            Photo_7_Text = getImageByUrl(qr.Photo_7_Text__c);
            Photo_8_Text = getImageByUrl(qr.Photo_8_Text__c);
        }
    }