|  | @@ -432,7 +432,7 @@ public class SysMusicScoreServiceImpl extends BaseServiceImpl<Integer, SysMusicS
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      //测试环境合奏分类
 | 
	
		
			
				|  |  | -    private static String categoryIds = "42,43,44,45,46,91,92,93,94,95,7,11,15,180";
 | 
	
		
			
				|  |  | +//    private static String categoryIds = "42,43,44,45,46,91,92,93,94,95,7,11,15,180";
 | 
	
		
			
				|  |  |      private static String prodCategoryIds = "42,43,44,45,46,91,92,93,94,95,185,186,7,11,15,180";
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |      private CbsMusicSheetWrapper.AddMusicSheet musicToAddMusicSheet(SysMusicScore from, List<SysMusicScoreAccompaniment> accList) {
 | 
	
	
		
			
				|  | @@ -466,7 +466,7 @@ public class SysMusicScoreServiceImpl extends BaseServiceImpl<Integer, SysMusicS
 | 
	
		
			
				|  |  |              }
 | 
	
		
			
				|  |  |          }
 | 
	
		
			
				|  |  |          if(addMusicSheet.getMusicSheetType() == null){
 | 
	
		
			
				|  |  | -            if(Arrays.stream(categoryIds.split(",")).anyMatch(e->e.equals(from.getMusicScoreCategoriesId().toString()))){
 | 
	
		
			
				|  |  | +            if(Arrays.stream(prodCategoryIds.split(",")).anyMatch(e->e.equals(from.getMusicScoreCategoriesId().toString()))){
 | 
	
		
			
				|  |  |                  addMusicSheet.setMusicSheetType(EMusicSheetType.CONCERT);
 | 
	
		
			
				|  |  |              }else {
 | 
	
		
			
				|  |  |                  addMusicSheet.setMusicSheetType(EMusicSheetType.SINGLE);
 |