|
|
@@ -325,7 +325,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
left join (select * from sys_user limit 100000) ui on t.ASSIGNEE_ = ui.user_id
|
|
|
left join ACT_RU_IDENTITYLINK ru on ru.TASK_ID_ = t.ID_
|
|
|
LEFT JOIN act_re_procdef rp ON t.PROC_DEF_ID_ = rp.ID_
|
|
|
- where a.del_flag in ("0","2")
|
|
|
+ where a.del_flag in ("0","2") and a.proc_inst_id is not null
|
|
|
<include refid="where_sql"></include>
|
|
|
</select>
|
|
|
<select id="getMyTaskList" resultMap="TProjectPoolVoResult">
|