*
lsh
2025-06-05 c99cbe6c0064deee3e57f1a751ff0717290ac621
src/main/resources/mapper/DeviceErrorMapper.xml
@@ -13,13 +13,13 @@
    <sql id="batchSeq">
        <if test="id != null and id != 0">
            and a.ID = #{id}
            and ID = #{id}
        </if>
        <if test="device != null and device != ''">
            and a.DEVICE = #{device}
            and DEVICE = #{device}
        </if>
        <if test="deviceId != null and deviceId != 0">
            and a.DEVICE_ID = #{deviceId}
            and DEVICE_ID = #{deviceId}
        </if>
    </sql>