沙世明
2022-04-08 eeb7c0a2d6f037d515bb822d739036b69c4dc73a
force-app/main/default/classes/CampaignMemberServiceControllerTest.cls
@@ -171,10 +171,10 @@
        Contact con1 = new Contact();
        con1.LastName = 'testname2';
        con1.FirstName = 'firstname2';
        con1.LastName = 'testname2V2';
        con1.FirstName = 'firstname2V2';
        con1.Email = 'olympustest0331@sunbridge.com';
        con1.MobilePhone = '999999199';
        con1.MobilePhone = '999999199V2';
        con1.Work_Location_manual__c = 'location2';
        con1.Post_picklist__c = '部长';
        con1.Job_Category_picklist__c = '销售推广';