|
|
|
@@ -21,7 +21,7 @@ |
|
|
|
<if test=" null != id ">and `id` = #{id}</if> |
|
|
|
<if test=" null != tenantId and '' != tenantId"> and `tenant_id` = #{tenantId} </if> |
|
|
|
<if test=" null != parentTenantId and '' != parentTenantId"> and `parent_tenant_id` = #{parentTenantId} </if> |
|
|
|
<if test=" null != isDel and '' != isDel">and `is_del` = #{isDel}</if> |
|
|
|
<if test=" null != isDel">and `is_del` = #{isDel}</if> |
|
|
|
<if test=" null != name and '' != name">and `name` like concat('%', #{name},'%') </if> |
|
|
|
<if test=" null != ids "> |
|
|
|
and id in |
|
|
|
|