‘liusuyi’
2023-11-01 064c2e8e53f6b6875ae25011211b1fab06555f3c
ard-work/src/main/resources/mapper/alarm/ArdAlarmFilterMapper.xml
@@ -102,4 +102,11 @@
            #{id}
        </foreach>
    </delete>
    <update id="batchRecoveryArdAlarmFilterByIds" parameterType="String">
        update ard_alarm_filter set end_time=now()::timestamp(0)
        where id in
        <foreach item="id" collection="array" open="(" separator="," close=")">
            #{id}
        </foreach>
    </update>
</mapper>