|
@@ -98,7 +98,7 @@ public class SysMusicScoreAccompanimentServiceImpl extends BaseServiceImpl<Integ
|
|
|
SysMusicScoreAccompaniment record = new SysMusicScoreAccompaniment();
|
|
|
record.setId(accompaniment.getId());
|
|
|
record.setType(accompaniment.getType());
|
|
|
- record.setRankIds("FREE".equals(musicSheetApplication.getPaymentType()) ? "0" : null);
|
|
|
+ record.setRankIds("FREE".equals(musicSheetApplication.getPaymentType()) ? null : "1");
|
|
|
record.setClientType(accompaniment.getClientType());
|
|
|
record.setExamSongId(accompaniment.getExamSongId());
|
|
|
record.setCbsMusicSheetId(musicSheetApplication.getId().toString());
|