111
沙世明
2022-11-22 928399eceec50e3d37ea08669a12789a9410a9d2
force-app/main/default/classes/MaintenanceContractVMPDFController.cls
@@ -53,9 +53,10 @@
                        Maintenance_Contract__r.Contract_create_reason__c,NewEstimation_Amount__c,Maintenance_Contract__r.Estimate_Contract_endDate__c,
                        Print_Simplify__c,New_contract_offer__c,Request_quotation_Amount__c,Service_DiscountPercentage__c,
                        GuidePrice_Up__c,GuidePrice_Down__c,Service_Discount_Price__c,New_Contract_Type_TxT__c,
                        //URF限次合同2期 XXF 20220818 start
                        URF_P_MaxRepairCount__c,URF_V_MaxRepairCount__c,URF_Contract__c
                        //URF限次合同2期 XXF 20220818 end
                        //URF限次合同2期 XXF 20220920 start
                        URF_P_MaxRepairCount__c,URF_V_MaxRepairCount__c,URF_Contract__c,
                        URF_P_RepairTime__c,URF_V_RepairTime__c
                        //URF限次合同2期 XXF 20220920 end
                   FROM Maintenance_Contract_Estimate__c WHERE Id = :targetEstimateId]
        ;
        system.debug('维修合同报价:'+mceList+'---'+'维修合同id:'+targetEstimateId);