Commit 0d9ec601 authored by hanfeng's avatar hanfeng

Merge branch 'master-modify-background-bug-hf' into base-modify

# Conflicts:
#	ace-modules/ace-admin-api/src/main/java/com/github/wxiaoqi/security/admin/dto/AppUserManageDTO.java
#	ace-modules/ace-admin/src/main/resources/mapper/AppUserDetailMapper.xml
parents a8cbdcf2 485008fc
...@@ -192,8 +192,8 @@ ...@@ -192,8 +192,8 @@
<if test="userId!=null"> <if test="userId!=null">
and l.id=#{userId} and l.id=#{userId}
</if> </if>
<if test=" realname !=null realname != ''"> <if test="realName !=null and realName != ''">
d.realname like CONCAT('%',#{realname},'%') and d.realname like CONCAT('%',#{realName},'%')
</if> </if>
<if test="citySet != null "> <if test="citySet != null ">
and d.city_code in and d.city_code in
......
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