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