From 702c1a3cf8112e610c5b3d62fc0b36b600b9f75c Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 09 六月 2023 17:47:38 +0800 Subject: [PATCH] 添加查询su_yuan_700方法 --- src/main/resources/mapping/SuYuanMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapping/SuYuanMapper.xml b/src/main/resources/mapping/SuYuanMapper.xml index b85e601..1d0a5a8 100644 --- a/src/main/resources/mapping/SuYuanMapper.xml +++ b/src/main/resources/mapping/SuYuanMapper.xml @@ -163,6 +163,12 @@ ORDER BY value DESC LIMIT 1 </select> + + <select id="selectSuYuan700ById" resultType="com.yssh.entity.SuYuan700"> + select * from suyuan_700 + where su_yuan_id = #{id} and create_time = #{time} + limit 1; + </select> <select id="getTemporary" resultMap="TemporaryResult"> SELECT x, y, z, u, v, w, format(c, 2) "c" -- Gitblit v1.9.3