drone-service/drone-fw/src/main/java/org/sxkj/fw/area/mapper/FwDefenseSceneMapper.xml
@@ -21,7 +21,6 @@ <result column="update_user" property="updateUser"/> <result column="update_time" property="updateTime"/> <result column="status" property="status"/> <result column="is_deleted" property="isDeleted"/> </resultMap> @@ -110,6 +109,11 @@ </if> ) </if> <if test="areaId != null and (filterSelected == null or filterSelected != 1)"> and ds.area_divide_ids is not null and ds.area_divide_ids != '' and find_in_set(#{areaId}, replace(ds.area_divide_ids, ' ', '')) </if> </where> </select>