【处理实训结束操作时,暂停导致结束消息不发送问题】

This commit is contained in:
weizhihong 2023-05-30 13:48:43 +08:00
parent 488ec0a7a4
commit 0be6e02563

View File

@ -276,6 +276,7 @@ public class Training2Service {
// 创建者退出则清理实训
if (simulation.getCreator().getId().equals(user.getId())) {
training2.finish();
simulation.start();
}
} else {
return List.of();