buli
2022-03-11 02ddc35714cbd1688b7cb057f770f1410de79dab
force-app/main/default/classes/InsReportPDFController.cls
@@ -11,6 +11,10 @@
    public String endfen {get;set;}
    //add by rentx 20210707 end
    
    // 20220222 PI改造 by Bright---start
    public string staticResource { get; private set; }
    // 20220222 PI改造 by Bright---end
    public Integer getItemCount() {
        return itemList.size();
    }
@@ -27,6 +31,12 @@
    
    private static Integer commentMax = 15;
    
    public InsReportPDFController(){
        // 20220222 PI改造 by Bright---start
        staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('Inspection_Report__c'));
        // 20220222 PI改造 by Bright---end
    }
    public void init() {
        //add by rentx 20210707 start
        startfen = '';