高章伟
2023-03-03 d8dc84a3d56df839895f1c417a4d9cbee763d262
force-app/main/default/classes/FixtureRemindController.cls
@@ -17,8 +17,8 @@
    public FixtureRemindController(){
        this.snap = new FixtureRemindSnapshot__c();
        snap.Date__c = System.today();
        User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id=: UserInfo.getUserId()];
        // User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id= '00510000001OOJx'];
        //User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id=: UserInfo.getUserId()];
        User currentUser = [SELECT UserRole.Name, ProfileId FROM User WHERE Id= '00510000001OOJx'];
        this.hasAuthority     = false;
        this.hasNorthMap      = false;
        this.hasSouthMap      = false;