李彤
2022-03-30 10f2e8deb7fe679b86d8fb40e99c1420ad5b3729
force-app/main/default/classes/QISPDFController.cls
@@ -2,6 +2,7 @@
    public QIS_Report__c qr { get; private set; }
    public User usr { get; private set; }
    public Boolean inGuarantee { get; private set; }
    public string staticResource { get; private set; }
    
    //  HWAG-BC68W3  故障发生日为空时, 它为真  start
    public Boolean outOfGuarantee { get; private set; }
@@ -10,6 +11,8 @@
        qr = new QIS_Report__c();
        usr = new User();
        inGuarantee = false;
        staticResource = JSON.serialize(PIHelper.getPIIntegrationInfo('QIS_Report__c'));
    }
    
    public void init() {