force-app/main/default/classes/NewOpportunityController.cls
@@ -79,9 +79,9 @@ if(acc.compo_Acc__c == 'COMPO客户' && acc.ProductSegment__c == 'IE'){ opp.compo_opp__c = true; } if(acc.UserType__c == 'OEM客户' && acc.ProductSegment__c == 'BS'){ /*if(acc.UserType__c == 'OEM客户' && acc.ProductSegment__c == 'BS'){ opp.useing__c = 'OEM'; } }*/ opp.AccountId = acc.Id; opp.Account = acc; opp.ProductSegment__c = acc.ProductSegment__c;