zhangzhengmei
2023-05-18 a2dbc98cd7d7925d6ed2b1b3d454aba9610e23c5
force-app/main/default/classes/otherButtonMaintenanceContractCtl.cls
@@ -31,7 +31,7 @@
            res.Name = report.Name;
            res.ContractQuotationOrNotC = report.Contract_quotation_or_not__c;
            res.PaymentPlanSumFirstC = report.Payment_Plan_Sum_First__c;
            res.RecordTypeId1 = Schema.SObjectType.Maintenance_Contract__c.getRecordTypeInfosByName().get('服务合同').getRecordTypeId();
            System.debug(LoggingLevel.INFO, '*** res: ' + res);
        }catch(Exception e){
            System.debug(LoggingLevel.INFO, '*** e: ' + e);
@@ -110,5 +110,8 @@
       public String RecordTypeId;   
       @AuraEnabled
       public Boolean URFContractC;   
       @AuraEnabled
       public ID RecordTypeId1;
    }
}