黄千龙
2023-02-02 389da49a4cf18d0971cc72a34c639b4b22ccd257
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 = 'ユーザー';