|
|
|
@@ -99,7 +99,7 @@ public class CodeConfigServiceImpl implements CodeConfigService { |
|
|
|
} |
|
|
|
|
|
|
|
HashMap<String, String> map = new HashMap<>(); |
|
|
|
map.put("code_path", codeConfig.getGitUrl()); |
|
|
|
map.put("id", String.valueOf(codeConfig.getId())); |
|
|
|
List<Ray> rayList = rayDao.queryByCodeConfig(JSON.toJSONString(map)); |
|
|
|
if (rayList != null && !rayList.isEmpty()) { |
|
|
|
String rays = String.join(",", rayList.stream().map(Ray::getName).collect(Collectors.toSet())); |
|
|
|
|