This commit is contained in:
牛子源 2025-04-28 08:58:30 +08:00
parent d850c02785
commit 1a2b54f616
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class SocialDirectoryService extends BaseService {
if (next_version_name.isEmpty()){
return next_version_name;
}
socialDirectoryVersionService.saveVersion(type, version_name, list.get(0).getVersionName(), list.size());
socialDirectoryVersionService.saveVersion(type, version_name, next_version_name, list.size());
if(list.isEmpty()){
return null;
}