From f31f0991c0d2036e563b886f57de4cf45d3c72cb Mon Sep 17 00:00:00 2001
From: dcb <xgybdcb@163.com>
Date: 星期二, 01 七月 2025 14:51:59 +0800
Subject: [PATCH] 实时模拟异步功能实现

---
 src/main/resources/mapper/SimuMapper.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/mapper/SimuMapper.xml b/src/main/resources/mapper/SimuMapper.xml
index b9eca9e..d86d159 100644
--- a/src/main/resources/mapper/SimuMapper.xml
+++ b/src/main/resources/mapper/SimuMapper.xml
@@ -83,4 +83,8 @@
             where id = #{item.id}
         </foreach>
     </update>
+
+    <update id="updateResult" parameterType="com.se.nsl.domain.po.Simu">
+        update nsl.tbl_yj_tr_simulate set result=#{result} where id = #{id}
+    </update>
 </mapper>
\ No newline at end of file

--
Gitblit v1.9.3