zouxuan 3 years ago
parent
commit
4c6b946a99
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mec-biz/src/main/resources/config/mybatis/SysMusicScoreMapper.xml

+ 1 - 1
mec-biz/src/main/resources/config/mybatis/SysMusicScoreMapper.xml

@@ -160,7 +160,7 @@
 					AND ses.rank_ids_ IS NULL
 				</if>
 				<if test="rankType == 1">
-					AND ses.rank_ids_ IS NOT NULL
+					AND ses.rank_ids_ IS NOT NULL AND ses.rank_ids_ != ''
 				</if>
 			</if>
 			<if test="type == null or type == ''">