修改来函不显示专项任务,新增时显示无效任务,修改时不显示当前任务bug
This commit is contained in:
@@ -24,9 +24,10 @@
|
||||
<select id="findList" parameterType="com.nis.domain.configuration.TaskInfo" resultMap="BaseResultMap">
|
||||
select
|
||||
<include refid="Base_Column_List" />
|
||||
from task_info
|
||||
from task_info t
|
||||
where is_valid=1 and is_audit !=3
|
||||
<if test="id!=null">
|
||||
where id = #{id,jdbcType=BIGINT}
|
||||
AND id = #{id,jdbcType=BIGINT}
|
||||
</if>
|
||||
</select>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user