feat: deleteroom 수정
This commit is contained in:
parent
797286b71e
commit
6925c50349
@ -29,7 +29,7 @@ public class VideoServiceImpl implements VideoSertvice {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void stopOnline(Long userId, Long lectureId) throws SQLException {
|
public void stopOnline(Long userId, Long lectureId) throws SQLException {
|
||||||
lectureService.startClass(lectureId);
|
lectureService.stopClass(lectureId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user