lyhzzz 1 year ago
parent
commit
2f24cc0af6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/ucenter/ScenePlusMapper.xml

+ 1 - 1
src/main/resources/mapper/ucenter/ScenePlusMapper.xml

@@ -22,7 +22,7 @@
         left join t_camera ca on p.camera_id = ca.id
         LEFT JOIN t_scene_plus_ext e on p.id = e.plus_id
         left join `t_camera_detail` tcd on p.camera_id = tcd.camera_id
-        WHERE  p.rec_status = 'A' AND ( p.scene_status = 1 OR p.scene_status = -2) AND p.scene_type != 99 and e.location !=7
+        WHERE  p.rec_status = 'A' AND ( p.scene_status = 1 OR p.scene_status = -2) AND p.scene_type != 99
         <include refid="commonWhere"></include>
         <if test="param.sceneName !=null and param.sceneName !=''">
             and  p.title like CONCAT('%',#{param.sceneName},'%')