@@ -45,6 +45,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<select id="selectJobAll" resultMap="SysJobResult">
<include refid="selectJobVo"/>
+ where job_group = 'PRODUCTION' and status = 0
</select>
<select id="selectJobById" parameterType="Long" resultMap="SysJobResult">