buli
2022-05-13 2f4492ee18f90274582fcc2bb06f5e9bf64136e8
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;