吉安感知网项目-后端
xiebin
2026-01-19 4e48664942bbefe70699ca43d25cbbd56ecc8daa
drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.xml
@@ -78,6 +78,9 @@
                    #{item}
                </foreach>
            </if>
            <if test="param2.status != null">
                and status = #{param2.status}
            </if>
        </where>
    </select>
@@ -121,6 +124,9 @@
                    </choose>
                )
            </if>
            <if test="status != null">
                and status = #{status}
            </if>
        </where>
    </select>