From 38f646071ef8012e4229a6d5519a66c242c45718 Mon Sep 17 00:00:00 2001
From: 李彤 <litong@prec-tech.com>
Date: 星期四, 31 三月 2022 18:15:08 +0800
Subject: [PATCH] WLIG-CCT9UG关于市场多年保计提金调整
---
force-app/main/default/classes/LogAutoSendBatch.cls | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/force-app/main/default/classes/LogAutoSendBatch.cls b/force-app/main/default/classes/LogAutoSendBatch.cls
index 7104f78..bb1334d 100644
--- a/force-app/main/default/classes/LogAutoSendBatch.cls
+++ b/force-app/main/default/classes/LogAutoSendBatch.cls
@@ -279,16 +279,14 @@
// NFM704Rest.executefuture(rowData.Id);
// }
if (strType_c == 'NFM705') {
- NFM705Rest.executefuture(rowData.Id);
+ NFM705Rest.main(rowData.Id);
}
if (strType_c == 'NFM706') {
- NFM706Rest.executefuture(rowData.Id);
+ NFM706Rest.main(rowData.Id);
}
if (strType_c == 'NFM707') {
- NFM707Rest.executefuture(rowData.Id);
+ NFM707Rest.main(rowData.Id);
}
-
-
}
if (System.Test.isRunningTest()) {
Integer i = 0;
--
Gitblit v1.9.1