From cb89c086fee720c947cbf0dc4a815fe07df697db Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Wed, 22 Mar 2023 14:36:49 +0800
Subject: [PATCH] 风险台账
---
src/main/resources/mybatis/doublePrevention/RiskOldInfoMapper.xml | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/mybatis/doublePrevention/RiskOldInfoMapper.xml b/src/main/resources/mybatis/doublePrevention/RiskOldInfoMapper.xml
index e1ab0d9..c306bbd 100644
--- a/src/main/resources/mybatis/doublePrevention/RiskOldInfoMapper.xml
+++ b/src/main/resources/mybatis/doublePrevention/RiskOldInfoMapper.xml
@@ -86,5 +86,8 @@
order by find_time desc
</select>
+ <select id="getInfoById" resultMap="Result">
+ select * from risk_old_info where id = #{i}
+ </select>
</mapper>
\ No newline at end of file
--
Gitblit v1.9.2