From faa6130891b7ab6e9fe14a5afb33e003b2a19b1f Mon Sep 17 00:00:00 2001 From: 16639036659 <577530412@qq.com> Date: 星期四, 13 六月 2024 08:59:11 +0800 Subject: [PATCH] 临时提交 --- src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml | 12 +++++------- 1 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml index d029dda..f9e35ce 100644 --- a/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml +++ b/src/main/resources/mybatis/tr/TbBaseCheckScoreMapper.xml @@ -27,14 +27,12 @@ <if test="isReject != null"> and is_reject = #{isReject} </if> - <if test="createDate != null"> - and create_date >= #{createDate} - </if> - <if test="updateDate != null"> - and #{updateDate} >= update_date - </if> order by create_date desc </where> </select> - +<!-- TbBaseCheckScore getBaseCheckScoreByScoreId(String checkScoreId);--> + <select id="getBaseCheckScoreByScoreId" resultMap="BaseResultMap"> + select * from tb_base_check_score + where id = #{checkScoreId} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.2