drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdManageDeviceMapper.xml
@@ -74,6 +74,9 @@ <if test="geom != null and geom != ''"> and ST_Intersects(md.geom, ST_GeomFromText(#{geom})) </if> <if test="deviceType != null and deviceType != '' "> and md.device_type = #{deviceType} </if> and md.is_deleted = 0 </where> </select>