فهرست منبع

用户管理模糊查询2

jichaobo 3 سال پیش
والد
کامیت
1f5c5e306d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      fiveep-persistence/src/main/resources/mapper/mysql/system/SysUserMapper.xml

+ 1 - 1
fiveep-persistence/src/main/resources/mapper/mysql/system/SysUserMapper.xml

@@ -63,7 +63,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
 			AND u.user_name like binary concat('%', #{userName}, '%')
 		</if>
 		<if test="createByOne != null and createByOne != ''">
-			AND u.create_by = #{createByOne}
+			AND binary u.create_by = #{createByOne}
 		</if>
 		<if test="status != null and status != ''">
 			AND u.status = #{status}