【实训删除全前端操作限制】

This commit is contained in:
weizhihong 2022-11-18 14:11:31 +08:00
parent da4cd76c2a
commit e9eed02897

View File

@ -119,8 +119,8 @@ public class Training2Service {
}
// 获取运行步骤
Step2 step = getNextStepAndCheckTrainingStatus(training2, simulation);
// 如果步骤执行完毕 或者 步骤内操作全部是前端操作则直接返回交于前端操作
if (step == null || step.allClientOperation()) {
// 如果步骤执行完毕 或者 步骤内操作全部是前端操作则直接返回交于前端操作 || step.allClientOperation()
if (step == null) {
return;
}
// 尝试触发步骤