16639036659
2023-07-13 4e3b339f87c3161f68a4c56e9e5abe5f2870219f
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>