*
lsh
2025-11-06 534bb520f6e9e7b5aec6c9d89e339a411b15e562
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>