lyhzzz 7 months ago
parent
commit
2857d2030b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/mapper/tk/ScenePlusMapper.xml

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

@@ -7,7 +7,7 @@
             left join t_scene_plus_ext e on s.id = e.plus_id
             left join t_user u on s.user_id = u.id
         where s.rec_status = 'A'
-                  (and s.scene_source in (0,1,3)
+                  and (s.scene_source in (0,1,3)
                   or (s.scene_source in (4,5) and e.is_obj = 1))
         <if test="param.status != null and param.status ==2">
             and s.scene_status = -2 and s.pay_status = 1