From de443ac0b8b34e3d4fe13cfac7df65ad5bea41b6 Mon Sep 17 00:00:00 2001
From: 黄千龙 <huangqianlong@prec-tech.com>
Date: 星期二, 25 四月 2023 17:25:20 +0800
Subject: [PATCH] On-Call
---
force-app/main/default/classes/ControllerUtil.cls | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/force-app/main/default/classes/ControllerUtil.cls b/force-app/main/default/classes/ControllerUtil.cls
index a70f2f2..043eb10 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;
//鍙栧緱鍏遍�氭帯鐣簭鍒�
@@ -4951,6 +4951,7 @@
insert log;
}
+ @AuraEnabled
WebService static String deleteRepair(String rid) {
try {
Repair__c r = new Repair__c(Id = rid);
@@ -4968,6 +4969,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;
@@ -5550,7 +5552,7 @@
insert log;
}
-
+ @AuraEnabled
WebService static String setSObjectShare(String sobjectName, String rowCause, String parentId, List<String> userAccess, String ownerId) {
try {
List<SObject> sObjList = new List<SObject>();
--
Gitblit v1.9.1