From d77b6353ca9b59a6398df3eae9912f9fd766946d Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期六, 05 八月 2023 17:04:22 +0800
Subject: [PATCH] fix: lightning 页面确认
---
force-app/main/default/classes/RentalApplyESetRefreshStatusController.cls | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/force-app/main/default/classes/RentalApplyESetRefreshStatusController.cls b/force-app/main/default/classes/RentalApplyESetRefreshStatusController.cls
index d809cbf..046d92e 100644
--- a/force-app/main/default/classes/RentalApplyESetRefreshStatusController.cls
+++ b/force-app/main/default/classes/RentalApplyESetRefreshStatusController.cls
@@ -1,7 +1,4 @@
public with sharing class RentalApplyESetRefreshStatusController {
- public RentalApplyESetRefreshStatusController() {
-
- }
@AuraEnabled
public static String eSetRefreshStatus(String raeSetId) {
return eSetRefreshStatusBatch(new List<String> {raeSetId});
--
Gitblit v1.9.1