高章伟
2022-03-10 1312ba82d4c880bdb5357d28e0d4af5b285f610f
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 = 'ユーザー';