From 1dc5060a88c703639d76847f12e5a4d56d4e142d Mon Sep 17 00:00:00 2001
From: 彭锟 <pengkun@prec-tech.com>
Date: 星期一, 21 三月 2022 18:11:41 +0800
Subject: [PATCH] LogAutoSendBatch修复
---
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