소스 검색

用户管理模糊查询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}