...
|
...
|
@@ -176,7 +176,7 @@ |
|
|
<if test="realname != null and realname != ''" >
|
|
|
and realName = #{realname,jdbcType=VARCHAR}
|
|
|
</if>
|
|
|
<if test="user_status != null" >
|
|
|
<if test="userStatus != null" >
|
|
|
and user_status = #{userStatus,jdbcType=INTEGER}
|
|
|
</if>
|
|
|
<if test="state != null" >
|
...
|
...
|
|