双重预防项目-国泰新华二开定制版
16639036659
2023-09-11 4ab2f03ca91ad9ae010a72b6fd0cacec7ea3fa09
src/main/resources/mybatis/tr/HiddenDangerCheckPointMapper.xml
@@ -683,4 +683,22 @@
        select * from tr_hidden_danger_check_point
        where check_id = #{checkId}
    </select>
<!--    int rectifyTimeOut(HiddenDangerCheckPoint hdcp);-->
    <update id="rectifyTimeOut" parameterType="HiddenDangerCheckPoint">
        update tr_hidden_danger_check_point set
            rectify_deadline_time = #{rectifyDeadlineTime}
        where id = #{id}
    </update>
<!--    int updateConfirm(HiddenDangerCheckPoint hdcp);-->
    <update id="updateConfirm" parameterType="HiddenDangerCheckPoint">
        update tr_hidden_danger_check_point set
        examine_user_id = #{examineUserId},
        examine_user_name = #{examineUserName}
        where id = #{id}
    </update>
</mapper>