BUGFIX: 创建项目;

This commit is contained in:
shahaibo
2025-06-12 15:59:15 +08:00
parent 2cf3b75e46
commit a750a91f7b

View File

@@ -410,7 +410,7 @@ public class LLMServiceImpl implements LLMService {
if (StringUtils.isEmpty(ageGroup)) {
workspace.setAgeGroup("Adult");
}else {
if (AgeGroup.isValidName(process)) {
if (AgeGroup.isValidName(ageGroup)) {
workspace.setAgeGroup(ageGroup);
}else {
workspace.setAgeGroup("Adult");