From 91eeb185de1e8ccc632d4fc1efeb0f9abf315050 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: Tue, 02 Jul 2024 09:18:23 +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