马宇豪
2023-05-09 258d736a518fb062f67c3605fbfb3c1096e78a61
src/main/resources/mybatis/doublePrevention/PreventRiskDangerCheckLogMapper.xml
@@ -48,6 +48,11 @@
        select * from prevent_risk_danger_check_log
        where check_id = #{checkId}
    </select>
    <select id="getByDangerCheckByJobId" resultMap="BaseResultMap">
        select * from prevent_risk_danger_check_log
        where job_id = #{jobId}
    </select>
</mapper>