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