正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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" > |
-
请 注册 或 登录 后发表评论