lyhzzz пре 2 месеци
родитељ
комит
a265eb57ae
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      src/main/resources/mapper/fusion/ScenePlusMapper.xml

+ 2 - 2
src/main/resources/mapper/fusion/ScenePlusMapper.xml

@@ -59,10 +59,10 @@
             and  s.scene_source in (4,5)
         </if>
         <if test="param.isObj != null and param.isObj==1">
-            and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5) )
+            and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,7) )
         </if>
         <if test="param.isObj == null ">
-            and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5) )
+            and ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,7) )
         </if>
         <if test="param.sceneName != null and param.sceneName!='' ">
             and s.title like concat ('%',#{param.sceneName},'%')