|
|
|
@@ -698,7 +698,7 @@ public class ModelsServiceImpl implements ModelsService { |
|
|
|
Map<String, Object> userInfo = getUserInfo(ci4sUsername, gitLinkPassword); |
|
|
|
gitLinkPassword = decrypt(gitLinkPassword); |
|
|
|
|
|
|
|
if (modelsVo.getVersion() == null) { |
|
|
|
if (StringUtils.isEmpty(modelsVo.getVersion())) { |
|
|
|
List<Map<String, Object>> versionList = getVersionList(modelsVo.getIdentifier(), modelsVo.getOwner()); |
|
|
|
//自动填充版本 |
|
|
|
String nextVersion = incrementVersion(versionList); |
|
|
|
|