From 216f61fcfdd0bc469cec809c31e4d49c1d86158e Mon Sep 17 00:00:00 2001 From: 彭锟 <pengkun@prec-tech.com> Date: 星期五, 01 四月 2022 13:46:25 +0800 Subject: [PATCH] 0331先款后修上线相关内容 --- 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