|
|
@@ -18,11 +18,7 @@ |
|
|
|
|
|
|
|
|
<if test=" null != id "> |
|
|
<if test=" null != id "> |
|
|
and `id` = #{id} |
|
|
and `id` = #{id} |
|
|
</if> |
|
|
|
|
|
|
|
|
|
|
|
<if test=" null != tenantId "> |
|
|
|
|
|
and `tenant_id` like concat('%', #{tenantId},'%') |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
<if test=" null != title "> |
|
|
<if test=" null != title "> |
|
|
and `title` like concat('%', #{title},'%') |
|
|
and `title` like concat('%', #{title},'%') |
|
|
|