l
2022-03-11 c9e23fe4ab15bc4b648a553d2172d0a74e1e1a74
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 = 'ユーザー';