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