lyhzzz 7 kuukautta sitten
vanhempi
commit
5ed7891994
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/main/resources/mapper/tk/ScenePlusMapper.xml

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

@@ -10,7 +10,7 @@
                   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.scene_status = -2 and s.pay_status = 1
         </if>
         <if test="param.sceneName!= null and param.sceneName !=''">
             and s.title  like concat ('%', #{param.sceneName} ,'%')