Change the output of job list query

This commit is contained in:
Bingkun Li 2026-01-28 14:38:21 +08:00
parent 1d043819b4
commit dd3474d28b

View File

@ -35,7 +35,7 @@
<select id="selectList" resultType="com.zhangy.skyeye.jm.dto.JmJobDTO">
<include refid="selectSql"/>
where 1 = 1
where j.status != 1
<if test="type != null and type == 1">
and j.status in ('1', '3')
</if>