Forráskód Böngészése

管乐迷曲目来源内容平台

zouxuan 1 éve
szülő
commit
b338d3cb41

+ 3 - 0
mec-biz/src/main/java/com/ym/mec/biz/service/impl/SysMusicScoreServiceImpl.java

@@ -308,6 +308,9 @@ public class SysMusicScoreServiceImpl extends BaseServiceImpl<Integer, SysMusicS
         this.initCategoryIds(queryInfo);
         this.initCategoryIds(queryInfo);
         if(queryInfo.getSubjectId() != null){
         if(queryInfo.getSubjectId() != null){
             queryInfo.setSubjectIds(queryInfo.getSubjectId().toString());
             queryInfo.setSubjectIds(queryInfo.getSubjectId().toString());
+            if(queryInfo.getSubjectId() == 5){
+                queryInfo.setSubjectIds(queryInfo.getSubjectIds() + ",6");
+            }
         }
         }
         if(CollectionUtils.isEmpty(queryInfo.getCategoriesIdList())){
         if(CollectionUtils.isEmpty(queryInfo.getCategoriesIdList())){
             return new PageInfo<>(queryInfo.getPage(), queryInfo.getRows());
             return new PageInfo<>(queryInfo.getPage(), queryInfo.getRows());