From 35c682a3a8030a8619da0a48fde28df21a883abf Mon Sep 17 00:00:00 2001
From: liusheng <337615773@qq.com>
Date: 星期五, 01 八月 2025 17:37:41 +0800
Subject: [PATCH] 代码提交

---
 jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml b/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml
index 2c8f90d..69f0e7f 100644
--- a/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml
+++ b/jh-module-ecg/jh-module-ecg-biz/src/main/resources/mapper/appointment/AppointmentMapper.xml
@@ -11,7 +11,7 @@
 
     <update id="updateStatusByApplyNo">
         update lihu.appointment
-        set status = #{status}
+        set status = #{status},update_time=sysdate()
         <if test="registerDate != null">
             , register_date = #{registerDate}
         </if>

--
Gitblit v1.9.3