blade-service/blade-user/src/main/java/org/springblade/system/user/mapper/UserMapper.xml
@@ -100,6 +100,9 @@ <if test="user.account!=null and user.account != ''"> and s.account = #{user.account} </if> <if test="user.id!=null and user.id != ''"> and s.id = #{user.id} </if> <if test="user.realName!=null and user.realName != ''"> and s.real_name = #{user.realName} </if>