|
|
@ -39,7 +39,7 @@ |
|
|
AND a.routing_type like '%' + #{query.routingType} + '%' |
|
|
AND a.routing_type like '%' + #{query.routingType} + '%' |
|
|
</if> |
|
|
</if> |
|
|
<if test = "query.routingRevision != null and query.routingRevision != ''"> |
|
|
<if test = "query.routingRevision != null and query.routingRevision != ''"> |
|
|
AND a.routing_revision like '%' + #{query.routingRevision} + '%' |
|
|
|
|
|
|
|
|
AND a.routing_revision = #{query.routingRevision} |
|
|
</if> |
|
|
</if> |
|
|
</where> |
|
|
</where> |
|
|
</select> |
|
|
</select> |
|
|
|