From f24a5026dbfb2981e234ce46ed503584c03ce420 Mon Sep 17 00:00:00 2001
From: 涂煌豪 <tuhuanghao@prec-tech.com>
Date: 星期一, 18 四月 2022 17:49:35 +0800
Subject: [PATCH] SelectAssetEstimateVMController

---
 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