From 0e6106783b59c2c4e173ad4b709c1415686e7505 Mon Sep 17 00:00:00 2001 From: dcb <xgybdcb@163.com> Date: 星期一, 14 七月 2025 15:02:22 +0800 Subject: [PATCH] 停止实时模拟时更新停止时间 --- src/main/resources/mapper/SimuMapper.xml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/SimuMapper.xml b/src/main/resources/mapper/SimuMapper.xml index d86d159..75355d4 100644 --- a/src/main/resources/mapper/SimuMapper.xml +++ b/src/main/resources/mapper/SimuMapper.xml @@ -85,6 +85,7 @@ </update> <update id="updateResult" parameterType="com.se.nsl.domain.po.Simu"> - update nsl.tbl_yj_tr_simulate set result=#{result} where id = #{id} + update nsl.tbl_yj_tr_simulate set result=#{result},update_time=#{updateTime} + where id = #{id} </update> </mapper> \ No newline at end of file -- Gitblit v1.9.3