瀏覽代碼

Merge branch 'app-bug' into projects/gouli

lyhzzz 1 年之前
父節點
當前提交
9ca48bc4a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/mapper/ucenter/ScenePlusMapper.xml

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

@@ -73,7 +73,7 @@
         LEFT JOIN t_scene_plus_ext e on p.id = e.plus_id
         <include refid="commonWhere"></include>
         <if test="param.queryVrPano !=null and param.queryVrPano == false">
-            and  e.location  != 7
+            and  (e.location  != 7 or e.location is null )
         </if>
         AND ( p.scene_status = 1 OR p.scene_status = -2)
         <if test="param.sceneName !=null and param.sceneName !=''">