From 8badb57ea2c82557850ad5b39281c3e8714eb119 Mon Sep 17 00:00:00 2001
From: liuyan <liuyan@prec-tech.com>
Date: 星期四, 24 十一月 2022 10:08:31 +0800
Subject: [PATCH] 科室信息漏传SPO问题
---
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