作者 朱兆平

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

@@ -176,7 +176,7 @@ @@ -176,7 +176,7 @@
176 <if test="realname != null and realname != ''" > 176 <if test="realname != null and realname != ''" >
177 and realName = #{realname,jdbcType=VARCHAR} 177 and realName = #{realname,jdbcType=VARCHAR}
178 </if> 178 </if>
179 - <if test="user_status != null" > 179 + <if test="userStatus != null" >
180 and user_status = #{userStatus,jdbcType=INTEGER} 180 and user_status = #{userStatus,jdbcType=INTEGER}
181 </if> 181 </if>
182 <if test="state != null" > 182 <if test="state != null" >