This commit is contained in:
parent
9a37834eb9
commit
724067f5e8
|
|
@ -367,7 +367,7 @@ public class ServiceServiceImpl implements ServiceService {
|
|||
com.ruoyi.platform.domain.service.Service service = serviceDao.getServiceById(serviceVersion.getServiceId());
|
||||
HashMap<String, Object> paramMap = new HashMap<>();
|
||||
paramMap.put("app_id", service.getId() + "-" + id);
|
||||
paramMap.put("version", serviceVersion.getVersion());
|
||||
paramMap.put("version", serviceVersion.getVersion().toLowerCase());
|
||||
paramMap.put("service_name", service.getServiceName());
|
||||
paramMap.put("description", serviceVersion.getDescription());
|
||||
paramMap.put("computing_resource_id", serviceVersion.getComputingResourceId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue