drone-service/drone-fw/src/main/java/org/sxkj/fw/device/mapper/FwDeviceMapper.xml
@@ -62,6 +62,12 @@ <if test="param2.belongDept != null and param2.belongDept != ''"> and belong_dept = #{param2.belongDept} </if> <if test="param2.deviceStatusList != null and param2.deviceStatusList != ''"> and status in <foreach item="item" collection="param2.deviceStatusList" separator="," open="(" close=")" index=""> #{item} </foreach> </if> </where> </select>