|
|
@@ -69,7 +69,7 @@ |
|
|
<if test=" null != isAdmin "> |
|
|
<if test=" null != isAdmin "> |
|
|
and `is_admin` = #{isAdmin} |
|
|
and `is_admin` = #{isAdmin} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != phone "> |
|
|
|
|
|
|
|
|
<if test=" null != phone and ''!=phone"> |
|
|
and `phone` = #{phone} |
|
|
and `phone` = #{phone} |
|
|
</if> |
|
|
</if> |
|
|
<if test=" null != bopenId "> |
|
|
<if test=" null != bopenId "> |
|
|
|