Commit 81999241 by guojuxing

编辑管理员接口修改:验证电话号码是否重复sql修改

parent c161b251
......@@ -191,7 +191,7 @@
select count(1) from tab_sys_user
where status = 1
<if test="userId != null">
user_id <![CDATA[ <> ]]> #{userId}
and user_id <![CDATA[ <> ]]> #{userId}
</if>
and phone_number = #{phone}
</select>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment