From d075f9ef422d029599749fcf65c44740dbe4d8f9 Mon Sep 17 00:00:00 2001 From: 涂煌豪 <tuhuanghao@prec-tech.com> Date: 星期一, 16 五月 2022 10:37:51 +0800 Subject: [PATCH] 【委托】电子签收单RPA系统迁移 --- force-app/main/default/classes/LogAutoSendBatch.cls | 26 +++++++++++++++++--------- 1 files changed, 17 insertions(+), 9 deletions(-) diff --git a/force-app/main/default/classes/LogAutoSendBatch.cls b/force-app/main/default/classes/LogAutoSendBatch.cls index bb1334d..57ffcbd 100644 --- a/force-app/main/default/classes/LogAutoSendBatch.cls +++ b/force-app/main/default/classes/LogAutoSendBatch.cls @@ -172,6 +172,11 @@ NFM114Rest.main(rowData.Id); } // 2021/12/1 fxk add End + // // 鐢靛瓙绛炬敹鍗曞彂閫丼AP鎺ュ彛 thh 20220427 start + if (strType_c == 'NFM116') { + NFM116Controller.execute(rowData,null); + } + // // 鐢靛瓙绛炬敹鍗曞彂閫丼AP鎺ュ彛 thh 20220427 end // 涓夋柟鎺ュ彛 if (strType_c == 'NFM201') { NFM201Controller.execute(rowData, null); @@ -257,15 +262,18 @@ if (strType_c == 'NFM621') { NFM621Controller.execute(rowData, null); } - // if (strType_c == 'NFM624') {//鏅烘収鍖荤枟pk - // NFM624Rest.main(rowData.Id); - // } + if (strType_c == 'NFM624') {//鏅烘収鍖荤枟pk + NFM624Rest.main(rowData.Id); + } if (strType_c == 'NFM622') { NFM622Controller.execute(rowData, null); } - // if (strType_c == 'NFM112') {//鍏堟鍚庝慨pk - // NFM112Controller.execute(rowData, null); - // } + if (strType_c == 'NFM112') {//鍏堟鍚庝慨pk + NFM112Controller.ManualExecute(rowData.id); + } + if (strType_c == 'NFM113') {//鍏堟鍚庝慨pk + NFM113Rest.main(rowData.id); + } if (strType_c == 'NFM701') { NFM701Controller.execute(rowData, null); } @@ -275,9 +283,9 @@ if (strType_c == 'NFM703') { NFM703Controller.execute(rowData, null); } - // if (strType_c == 'NFM704') { - // NFM704Rest.executefuture(rowData.Id); - // } + if (strType_c == 'NFM704') { + NFM704Rest.executefuture(rowData.Id); + } if (strType_c == 'NFM705') { NFM705Rest.main(rowData.Id); } -- Gitblit v1.9.1