|
@@ -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=",">
|