This commit is contained in:
chenzhihang 2026-03-20 15:29:26 +08:00
parent 9a37834eb9
commit 724067f5e8
1 changed files with 1 additions and 1 deletions

View File

@ -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());