From 196df4d4bf1941546d349cadbf343655578ec280 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期三, 13 九月 2023 15:05:56 +0800
Subject: [PATCH] sit期间修改

---
 force-app/main/default/classes/OpportunityLightingButtonController.cls |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/OpportunityLightingButtonController.cls b/force-app/main/default/classes/OpportunityLightingButtonController.cls
index aef53cc..ebb24f6 100644
--- a/force-app/main/default/classes/OpportunityLightingButtonController.cls
+++ b/force-app/main/default/classes/OpportunityLightingButtonController.cls
@@ -2,9 +2,17 @@
  * @Description: 
  * @version: 
  * @Author: chen jing wu
+ * @Date: 2023-09-09 13:27:58
+ * @LastEditors: chen jing wu
+ * @LastEditTime: 2023-09-12 17:40:11
+ */
+/*
+ * @Description: 
+ * @version: 
+ * @Author: chen jing wu
  * @Date: 2023-04-12 11:16:07
  * @LastEditors: chen jing wu
- * @LastEditTime: 2023-09-08 16:57:51
+ * @LastEditTime: 2023-09-08 16:58:57
  */
 public with sharing class OpportunityLightingButtonController {
     @AuraEnabled
@@ -22,6 +30,12 @@
         }
         return res;
     }
+
+    @AuraEnabled
+    public static Id queryForProfileId(){
+        
+        return UserInfo.getProfileId();
+    }
     @AuraEnabled
     public static InitData initForPredictedDateChangeButton(String recordId){
         InitData res = new InitData();

--
Gitblit v1.9.1