|
@@ -310,7 +310,7 @@ public class MusicSheetServiceImpl extends ServiceImpl<MusicSheetDao, MusicSheet
|
|
|
CbsMusicSheetWrapper.MusicSheetApplication musicSheetApplication = rows.get(0);
|
|
|
CbsMusicSheetApplicationExtendClientWrapper.MusicSheetApplicationExtendStatus extendStatus = new CbsMusicSheetApplicationExtendClientWrapper.MusicSheetApplicationExtendStatus();
|
|
|
extendStatus.setIds(musicSheetApplication.getApplicationExtendId().toString());
|
|
|
- extendStatus.setStatus(musicSheet.getState()!=YesOrNoEnum.YES);
|
|
|
+ extendStatus.setStatus(!musicSheet.getClientState());
|
|
|
R<JSONObject> jsonObjectR = musicFeignClientService.musicSheetApplicationExtendStatus(extendStatus);
|
|
|
if (jsonObjectR.getCode() != 200) {
|
|
|
throw new BizException("修改曲目状态失败,{}", jsonObjectR.getMessage());
|