|
@@ -1295,6 +1295,7 @@ public class RoomServiceImpl implements RoomService {
|
|
|
json.setSongName(sysExamSong.getName());
|
|
|
json.setUrl(sysExamSong.getUrl());
|
|
|
json.setStatus(0);
|
|
|
+ json.setSongId(examSongId);
|
|
|
courseScheduleStudentPaymentDao.adjustExamSong(roomId,null, JSON.toJSONString(json));
|
|
|
}
|
|
|
|
|
@@ -1320,6 +1321,7 @@ public class RoomServiceImpl implements RoomService {
|
|
|
msg.setSongName(sysExamSong.getName());
|
|
|
msg.setUrl(sysExamSong.getUrl());
|
|
|
msg.setStatus(status);
|
|
|
+ msg.setSongId(examSongId);
|
|
|
courseScheduleStudentPaymentDao.adjustExamSong(roomId,authUser.getId(),JSON.toJSONString(msg));
|
|
|
}
|
|
|
|