cpT
2025-06-19 c1ef2d1fc4c0dae2bc8452924dcd77a0ff3a1ef5
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>