付煜
2022-03-22 12c65f4b562fc27419df003468794dec102b5917
force-app/main/default/classes/WeeklyReportCmpTest.cls
@@ -43,8 +43,7 @@
        contact2.LastName = 'test1经销商';
        insert contact2;
        Profile p = [select Id, name from Profile where name = '901_经销商活动系统'];
        Profile p = [select Id from Profile where Name = '901_经销商活动系统'];
        user.ProfileId = p.Id;
        user.ContactId = contact2.Id;
        user.FirstName = 'ユーザー';