force-app/main/default/classes/NewReplacementOpportunityController.cls
@@ -60,7 +60,7 @@ opp.AccountId = acc.Id; opp.Account = acc; opp.ProductSegment__c = acc.ProductSegment__c; opp.Type = 'Not Traget'; opp.Type = '非目标'; opp.SalesChannel__c = 'dealer'; opp.NewInquiryDate__c = Date.today(); opp.StageName = 'Prospect Created';