双重预防项目-国泰新华二开定制版
heheng
2025-12-19 9f4f2a0eba9eb5345c7ccbbcd9345f19b994c690
src/main/resources/mybatis/tr/TbSpecialCheckItemDangerLogMapper.xml
@@ -234,4 +234,9 @@
            report_time = #{reportTime}
        where id = #{indexId}  and deleted = 0
    </update>
<!--    TbSpecialCheckItemDangerLog getSpecialCheckItemDangerLogById(String id);-->
    <select id="getSpecialCheckItemDangerLogById" resultMap="BaseResultMap">
        select * from tb_special_check_item_danger_log
        where deleted = 0 and id = #{id}
    </select>
</mapper>