马宇豪
2023-08-24 8a20ecb45f6c94e8dbc139a71540ce284160021f
src/main/resources/mybatis/doublePrevention/PreventRiskJobAndMeasureMapper.xml
@@ -54,8 +54,11 @@
            report_time = #{reportTime}
        where id = #{id}
    </update>
<!--    PreventRiskJobAndMeasure geByMeasureUUidAndJobId(String measureUuid, Long jobId);-->
    <!--    List<PreventRiskJobAndMeasure> listReportWork();-->
    <select id="listReportWorkTest" resultMap="BaseResultMap">
        select * from prevent_risk_job_and_measure
        where job_id = 84
    </select>
</mapper>