From 8badb57ea2c82557850ad5b39281c3e8714eb119 Mon Sep 17 00:00:00 2001
From: liuyan <liuyan@prec-tech.com>
Date: 星期四, 24 十一月 2022 10:08:31 +0800
Subject: [PATCH] 科室信息漏传SPO问题
---
force-app/main/default/classes/StraightBackAddressController.cls | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/force-app/main/default/classes/StraightBackAddressController.cls b/force-app/main/default/classes/StraightBackAddressController.cls
index 23aa63b..2564baa 100644
--- a/force-app/main/default/classes/StraightBackAddressController.cls
+++ b/force-app/main/default/classes/StraightBackAddressController.cls
@@ -1,4 +1,4 @@
-public without sharing class StraightBackAddressController {
+global without sharing class StraightBackAddressController {
/**
* 椤甸潰椤堕儴妫�绱㈡暟鎹�
*/
@@ -320,7 +320,7 @@
ref.setRedirect(true);
return ref;
}
-
+
/**
* 妫�绱㈡暟鎹煡璇�
@@ -684,7 +684,7 @@
}
@RemoteAction
- public static string SaveEx(string repaire_json,string asset_json, string address_id){
+ global static string SaveEx(string repaire_json,string asset_json, string address_id){
return SaveExCore(repaire_json,asset_json,address_id);
}
@@ -708,7 +708,7 @@
System.debug(e.getDmlMessage(index));
System.debug(e.getDmlStatusCode(index));
System.debug(e.getDmlType(index));
- system.debug(e.getMessage());
+ system.debug(e.getMessage());
system.debug(e.getStackTraceString());
System.debug('into catch'+e.getMessage());
--
Gitblit v1.9.1