【实训删除全前端操作限制】
This commit is contained in:
parent
da4cd76c2a
commit
e9eed02897
@ -119,8 +119,8 @@ public class Training2Service {
|
||||
}
|
||||
// 获取运行步骤
|
||||
Step2 step = getNextStepAndCheckTrainingStatus(training2, simulation);
|
||||
// 如果步骤执行完毕 或者 步骤内操作全部是前端操作则直接返回交于前端操作
|
||||
if (step == null || step.allClientOperation()) {
|
||||
// 如果步骤执行完毕 或者 步骤内操作全部是前端操作则直接返回交于前端操作 || step.allClientOperation()
|
||||
if (step == null) {
|
||||
return;
|
||||
}
|
||||
// 尝试触发步骤
|
||||
|
Loading…
Reference in New Issue
Block a user