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>