src/main/java/org/springblade/modules/system/mapper/UserMapper.xml
@@ -102,7 +102,7 @@ blade_role br on s.role_id=br.id where s.is_deleted = 0 and br.role_alias ='处警员' where s.is_deleted = 0 and br.role_alias ='qfqkdw' <if test="user.account!=null and user.account != ''"> and s.account = #{user.account} </if> @@ -210,7 +210,7 @@ on bu.role_id=br.id where br.role_alias ='处警员' br.role_alias ='qfqkdw' and bu.is_deleted=0 <if test="user.realName!=null and user.realName !=''"> <bind name="realName" value="'%'+user.realName+'%'"/>