BUGFIX: 创建项目;
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user