| src/main/java/org/springblade/modules/system/mapper/UserMapper.xml | ●●●●● patch | view | raw | blame | history |
src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -81,7 +81,7 @@ and account like concat('%',#{user.account},'%') </if> <if test="user.realName!=null and user.realName != ''"> and real_name like concat('%',#{user.real_name},'%') and real_name like concat('%',#{user.realName},'%') </if> <if test="user.userType!=null and user.userType != ''"> and user_type = #{user.userType}