|
|
@@ -36,8 +36,8 @@ |
|
|
<if test=" null != tenantId "> |
|
|
<if test=" null != tenantId "> |
|
|
and `tenant_id` = #{tenantId} |
|
|
and `tenant_id` = #{tenantId} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != username "> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != username and ''!=username"> |
|
|
and `username` like concat('%', #{username},'%') |
|
|
and `username` like concat('%', #{username},'%') |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
|
|
|
|