dengsixing 11 månader sedan
förälder
incheckning
b6e1c02f7b
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/main/resources/mapper/job/SceneProMapper.xml

+ 1 - 1
src/main/resources/mapper/job/SceneProMapper.xml

@@ -42,7 +42,7 @@
 
     <select id="listSceneProAll" resultType="com.fdkankan.job.entity.ScenePro" parameterType="java.util.List">
         select * from t_scene_pro t
-        where t.data_source is not null AND LENGTH(t.`data_source`) > 20 and t.is_obj != 1
+        where t.data_source is not null AND LENGTH(t.`data_source`) > 20 and t.is_obj != 1 and t.status = -2
         <if test="numList != null and numList.size > 0">
             and t.num in
             <foreach collection="numList" item="num" open="(" close=")" separator=",">