From 15791f058aef8363b7bc690f49325e8fa1241287 Mon Sep 17 00:00:00 2001
From: zhangzhengmei <zhangzhengmei@prec-tech.com>
Date: 星期一, 29 五月 2023 16:32:13 +0800
Subject: [PATCH] 目标录入页面修改
---
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