@@ -273,6 +273,7 @@ public class AlgorithmServiceImpl implements AlgorithmService {
if (isEmpty(param.getId())) {
return new ResponseBodyVO<>(ResponseBodyVO.Response.CLIENT_FAILURE);
}
+
String algorithmId = param.getId();
// 查询算法相关的正在运行的项目
List<RunningProjectVO> runningProjectVos = algorithmMapper.selectRunningProject(algorithmId);