Change the output of job list query
This commit is contained in:
parent
1d043819b4
commit
dd3474d28b
@ -35,7 +35,7 @@
|
|||||||
|
|
||||||
<select id="selectList" resultType="com.zhangy.skyeye.jm.dto.JmJobDTO">
|
<select id="selectList" resultType="com.zhangy.skyeye.jm.dto.JmJobDTO">
|
||||||
<include refid="selectSql"/>
|
<include refid="selectSql"/>
|
||||||
where 1 = 1
|
where j.status != 1
|
||||||
<if test="type != null and type == 1">
|
<if test="type != null and type == 1">
|
||||||
and j.status in ('1', '3')
|
and j.status in ('1', '3')
|
||||||
</if>
|
</if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user