|
|
|
@@ -33,7 +33,7 @@ |
|
|
|
and id = #{workflow.id} |
|
|
|
</if> |
|
|
|
<if test="workflow.name != null and workflow.name != ''"> |
|
|
|
and name = #{workflow.name} |
|
|
|
and name like "%"#{workflow.name}"%" |
|
|
|
</if> |
|
|
|
<if test="workflow.description != null and workflow.description != ''"> |
|
|
|
and description = #{workflow.description} |
|
|
|
@@ -68,7 +68,7 @@ |
|
|
|
and id = #{workflow.id} |
|
|
|
</if> |
|
|
|
<if test="workflow.name != null and workflow.name != ''"> |
|
|
|
and name = #{workflow.name} |
|
|
|
and name like "%"#{workflow.name}"%" |
|
|
|
</if> |
|
|
|
<if test="workflow.description != null and workflow.description != ''"> |
|
|
|
and description = #{workflow.description} |
|
|
|
@@ -171,6 +171,7 @@ |
|
|
|
<where> |
|
|
|
state = 1 |
|
|
|
<if test="workflow.name != null and workflow.name != ''"> |
|
|
|
|
|
|
|
and name like "%"#{workflow.name}"%" |
|
|
|
</if> |
|
|
|
</where> |
|
|
|
|