|
|
@@ -314,6 +314,8 @@ public class ServiceServiceImpl implements ServiceService { |
|
|
|
|
|
|
|
|
ServiceCodeConfigVo serviceCodeConfigVo = JSON.parseObject(sv.getCodeConfig(), ServiceCodeConfigVo.class); |
|
|
ServiceCodeConfigVo serviceCodeConfigVo = JSON.parseObject(sv.getCodeConfig(), ServiceCodeConfigVo.class); |
|
|
serviceVersionVo.setCodeConfig(serviceCodeConfigVo); |
|
|
serviceVersionVo.setCodeConfig(serviceCodeConfigVo); |
|
|
|
|
|
|
|
|
|
|
|
serviceVersionVo.setEnvVariables(JacksonUtil.parseJSONStr2Map(sv.getEnvVariables())); |
|
|
return serviceVersionVo; |
|
|
return serviceVersionVo; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|