双重预防项目-国泰新华二开定制版
kongzy
2024-07-12 027fa9510a0952317c7cb13c3c019468ab8b9693
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>