From 920f16a391a3a25a7e7f4d90b6cb600d6c6dbd91 Mon Sep 17 00:00:00 2001
From: 19626 <1962676589@qq.com>
Date: 星期四, 13 四月 2023 17:29:22 +0800
Subject: [PATCH] 升级按钮4.13

---
 force-app/main/default/classes/ControllerUtil.cls |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/force-app/main/default/classes/ControllerUtil.cls b/force-app/main/default/classes/ControllerUtil.cls
index a70f2f2..e422a7a 100644
--- a/force-app/main/default/classes/ControllerUtil.cls
+++ b/force-app/main/default/classes/ControllerUtil.cls
@@ -2717,7 +2717,7 @@
         i++;
         i++;
     }
-    
+    @AuraEnabled
     WebService static String selectCommonSequence(String valueField, String formatField) {
         Boolean insertNew = false;
         //鍙栧緱鍏遍�氭帯鐣簭鍒�
@@ -4968,6 +4968,7 @@
     /**
     OCM-SI闇�姹傝〃鐢紝澶嶅埗鍔熻兘锛屼粎闄愬綋鍓嶆墍鏈塖I闇�姹傝〃澶辨晥鐨勬椂鍊欙紝鎵嶈兘浣跨敤
     */
+    @AuraEnabled
     WebService static String ISO_Copy_Func(id isoID){
         IS_Opportunity_Demand__c checkISO = [select Opportunity_ID__c from IS_Opportunity_Demand__c where id =:isoID];
         String opporID = checkISO.Opportunity_ID__c;

--
Gitblit v1.9.1