lyhzzz 2 mesiacov pred
rodič
commit
ae5ad4d101

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

@@ -64,7 +64,7 @@
         left join t_user u on s.user_id = u.id
         left join t_camera c on s.camera_id = c.id
         WHERE s.rec_status = 'A' and
-        ( s.scene_source in (4,5) and e.is_obj = 1 or s.scene_source not in (4,5,57) )
+        ( s.scene_source in (4,5,57) and e.is_obj = 1 or s.scene_source not in (4,5,57) )
 
         <if test="param.sceneName != null and param.sceneName!='' ">
             and s.title like concat ('%',#{param.sceneName},'%')
@@ -100,7 +100,7 @@
         s.pay_status,'v4' as scene_version,s.web_site,s.init_pic as thumb,s.algorithm_time,s.user_id,s.scene_source ,null as is_obj
         from fdkk_laser.t_scene s
         left join t_user u on s.user_id = u.id
-        WHERE s.deleted = 0 and s.status !=-1 and s.scene_source in (4,5)
+        WHERE s.deleted = 0 and s.status !=-1 and s.scene_source in (4,5,57)
 
         <if test="param.sceneName != null and param.sceneName!='' ">
             and s.title like concat ('%',#{param.sceneName},'%')