|
@@ -78,6 +78,8 @@ public class MusicPracticeRecordController {
|
|
|
CbsMusicSheetWrapper.MusicSheet musicSheet = musicSheetService.cbsDetail(Integer.parseInt(wrapper.getMusicSheetId()),simpleFlag);
|
|
|
if (musicSheet != null) {
|
|
|
from.setRhythmFlag(musicSheet.getEvaluationStandard() != EEvaluationStandard.FREQUENCY);
|
|
|
+ from.setMusicSheetName(musicSheet.getName());
|
|
|
+ from.setEvaluationStandard(musicSheet.getEvaluationStandard());
|
|
|
}
|
|
|
|
|
|
return R.from(from);
|