作者 朱兆平

update: 用户管理接口增加用户状态查询参数

... ... @@ -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" >
... ...