drone-service/drone-gd/src/main/java/org/sxkj/gd/workorder/mapper/GdManageDeviceMapper.xml
@@ -49,7 +49,7 @@ <if test="location != null and location != ''"> and location like concat('%',#{location},'%') </if> is_deleted = 0 and is_deleted = 0 </where> </select> @@ -86,7 +86,7 @@ <if test="geom != null and geom != ''"> and ST_Intersects(geom, ST_GeomFromText(#{geom})) </if> is_deleted = 0 and is_deleted = 0 </where>