|
@@ -308,7 +308,7 @@ public class AlgorithmServiceImpl implements AlgorithmService {
|
|
|
} else {
|
|
|
Map<String,String> map =new HashMap<>();
|
|
|
String algorithmId = param.getId();
|
|
|
- List<RunningProjectVO> runningParentProjectVos = algorithmMapper.selectRunningProjectParent(algorithmId);
|
|
|
+ List<RunningProjectVO> runningParentProjectVos = algorithmMapper.selectAutoProjectIdByAlgorithmId(algorithmId);
|
|
|
if (runningParentProjectVos != null && runningParentProjectVos.size() > 0) {
|
|
|
StringBuilder stringBuilder = new StringBuilder();
|
|
|
for (RunningProjectVO voParent : runningParentProjectVos) {
|