From 046b155be80123727ff6b7350051d2e4f1325f4b Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期三, 17 七月 2024 16:06:37 +0800 Subject: [PATCH] 添加筛选条件 --- src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml b/src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml index 62e24e1..50d270f 100644 --- a/src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml +++ b/src/main/resources/mybatis/tr/TbSpecialCheckScoreAndDangerLogMapper.xml @@ -203,4 +203,10 @@ select * from tb_special_check_score_and_danger_log where deleted = 0 and id = #{id} </select> +<!-- List<TbSpecialCheckScoreAndDangerLog> listScoreAndDangerLogReportList();--> + <select id="listScoreAndDangerLogReportList" resultMap="BaseResultMap"> + select * from tb_special_check_score_and_danger_log + where deleted = 0 and report_status = 1 + </select> + </mapper> \ No newline at end of file -- Gitblit v1.9.2