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