|
@ -67,6 +67,9 @@ |
|
|
CREATED_BY = #{creatorId} |
|
|
CREATED_BY = #{creatorId} |
|
|
) |
|
|
) |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="creatorId != null and creatorId != ''"> |
|
|
|
|
|
AND t.CREATED_BY = #{creatorId} |
|
|
|
|
|
</if> |
|
|
<if test="name != null and name != ''"> |
|
|
<if test="name != null and name != ''"> |
|
|
AND t.name like '%${name}%' |
|
|
AND t.name like '%${name}%' |
|
|
</if> |
|
|
</if> |
|
|