From fd2184ee47221684ceccf93b7a65428835055253 Mon Sep 17 00:00:00 2001
From: buli <137736985@qq.com>
Date: 星期三, 06 四月 2022 11:55:06 +0800
Subject: [PATCH] Merge branch 'PIPLDeploy0405'
---
force-app/main/default/classes/LogAutoSendBatch.cls | 21 ++++++++++++---------
1 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/force-app/main/default/classes/LogAutoSendBatch.cls b/force-app/main/default/classes/LogAutoSendBatch.cls
index 1491c30..40bdedb 100644
--- a/force-app/main/default/classes/LogAutoSendBatch.cls
+++ b/force-app/main/default/classes/LogAutoSendBatch.cls
@@ -248,12 +248,12 @@
if (strType_c == 'NFM612') {
NFM612Rest.main(rowData.Id);
}
- if (strType_c == 'NFM620') {
- NFM620Rest.main(rowData.Id);
- }
- if (strType_c == 'NFM623') {
- NFM623Rest.main(rowData.Id);
- }*/
+ // if (strType_c == 'NFM620') {
+ // NFM620Rest.main(rowData.Id);
+ // }
+ // if (strType_c == 'NFM623') {
+ // NFM623Rest.main(rowData.Id);
+ // }
if (strType_c == 'NFM621') {
NFM621Controller.execute(rowData, null);
}
@@ -263,9 +263,12 @@
if (strType_c == 'NFM622') {
NFM622Controller.execute(rowData, null);
}
- // if (strType_c == 'NFM112') {//鍏堟鍚庝慨pk
- // NFM112Controller.execute(rowData, null);
- // }
+ if (strType_c == 'NFM112') {//鍏堟鍚庝慨pk
+ NFM112Controller.callout(rowData.id,null);
+ }
+ if (strType_c == 'NFM113') {//鍏堟鍚庝慨pk
+ NFM113Rest.executefuture(rowData.id);
+ }
if (strType_c == 'NFM701') {
NFM701Controller.execute(rowData, null);
}
--
Gitblit v1.9.1