|
|
|
@ -11,8 +11,9 @@
|
|
|
|
|
<where>
|
|
|
|
|
t1.tenant_id = #{tenantId}
|
|
|
|
|
<if test="packageName != null and packageName != ''">
|
|
|
|
|
and t1.name like concat('%', #{packageName}, '%') or T3.USERNAME like concat('%', #{packageName}, '%')
|
|
|
|
|
and (t1.name like concat('%', #{packageName}, '%') or T3.USERNAME like concat('%', #{packageName}, '%'))
|
|
|
|
|
</if>
|
|
|
|
|
</where>
|
|
|
|
|
ORDER BY T1.create_time desc
|
|
|
|
|
</select>
|
|
|
|
|
</mapper>
|