|
@@ -255,6 +255,7 @@
|
|
|
IFNULL( bep.task_node_next_key, '' ),
|
|
|
IFNULL( bep.task_process_key, '' ),
|
|
|
IFNULL( bep.task_process_note, '' ),
|
|
|
+ IFNULL( plan.${planName}, '' ),
|
|
|
IFNULL( task_process_type, '' )) LIKE concat('%', #{taskName}, '%')
|
|
|
</if>
|
|
|
|
|
@@ -388,6 +389,7 @@
|
|
|
IFNULL( bep.task_node_next_key, '' ),
|
|
|
IFNULL( bep.task_process_key, '' ),
|
|
|
IFNULL( bep.task_process_note, '' ),
|
|
|
+ IFNULL( plan.${planName}, '' ),
|
|
|
IFNULL( task_process_type, '' )) LIKE concat('%', #{taskName}, '%')
|
|
|
</if>
|
|
|
order by ben.create_time desc
|