黄千龙
2023-02-02 cd730d0b1a775abacfba06003bb58327d5d1fb3c
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;