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

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

@@ -56,7 +56,7 @@
         WHERE s.rec_status = 'A' and s.camera_id is not null
           and s.scene_source !=6
         <if test="param.isObj != null and param.isObj==0">
-            and  s.scene_source in (4,5)
+            and  s.scene_source in (4,5,7)
         </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,7) )