吉安感知网项目-后端
linwei
2026-01-20 6b66b45f7c6072437cab79cf4d8d2ada30dfecf7
反制设备sn调整
1 files modified
4 ■■■■ changed files
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwEffectEvalMapper.xml 4 ●●●● patch | view | raw | blame | history
drone-service/drone-fw/src/main/java/org/sxkj/fw/detection/mapper/FwEffectEvalMapper.xml
@@ -44,8 +44,8 @@
            <if test="param2.deviceId != null and param2.deviceId != ''">
                and device_id = #{param2.deviceId}
            </if>
            <if test="param2.deviceCode != null and param2.deviceCode != ''">
                and device_code = #{param2.deviceCode}
            <if test="param2.deviceSn != null and param2.deviceSn != ''">
                and device_sn = #{param2.deviceSn}
            </if>
            <if test="param2.deviceName != null and param2.deviceName != ''">
                and device_name = #{param2.deviceName}