|
@@ -578,6 +578,7 @@
|
|
|
</if>
|
|
|
<where>
|
|
|
a.del_flag = #{DEL_FLAG_NORMAL}
|
|
|
+ and a.process_instance_id is not null
|
|
|
<if test="title != null and title != ''">
|
|
|
AND a.title LIKE
|
|
|
<if test="dbName == 'oracle'">'%'||#{title}||'%'</if>
|
|
@@ -627,6 +628,7 @@
|
|
|
</if>
|
|
|
<where>
|
|
|
a.del_flag = #{DEL_FLAG_NORMAL}
|
|
|
+ and a.process_instance_id is not null
|
|
|
<if test="title != null and title != ''">
|
|
|
AND a.title LIKE
|
|
|
<if test="dbName == 'oracle'">'%'||#{title}||'%'</if>
|