From c5f7cf883c94d92cf7ef575b1f73df1f810da7b6 Mon Sep 17 00:00:00 2001
From: 陈昶聿 <chychen@nbjetron.com>
Date: 星期二, 16 十二月 2025 10:59:50 +0800
Subject: [PATCH] 【丽水】writeInSubTask 增加回滚事务

---
 smartor/src/main/java/com/smartor/service/impl/PatMedInhospServiceImpl.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/smartor/src/main/java/com/smartor/service/impl/PatMedInhospServiceImpl.java b/smartor/src/main/java/com/smartor/service/impl/PatMedInhospServiceImpl.java
index 01bc844..b0d1cef 100644
--- a/smartor/src/main/java/com/smartor/service/impl/PatMedInhospServiceImpl.java
+++ b/smartor/src/main/java/com/smartor/service/impl/PatMedInhospServiceImpl.java
@@ -715,6 +715,7 @@
             }
         } catch (Exception e) {
             //鍑洪敊鍥炴粴浜嬪姟
+            log.info("鐢熸垚瀛愪换鍔℃姤閿欏洖婊歴erviceSubtask鐨則askid涓猴細{},patid涓猴細{}", serviceSubtask.getTaskid(), serviceSubtask.getPatid());
             e.printStackTrace();
         }
     }

--
Gitblit v1.9.3