sketch 提示词未修饰
This commit is contained in:
@@ -454,6 +454,7 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
|
|||||||
if (!StringUtil.isNullOrEmpty(ageGroup) && ageGroup.equals("Child")) {
|
if (!StringUtil.isNullOrEmpty(ageGroup) && ageGroup.equals("Child")) {
|
||||||
text = text + ", Children's clothing";
|
text = text + ", Children's clothing";
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
// generate.setText(text);
|
// generate.setText(text);
|
||||||
default:
|
default:
|
||||||
text = translated;
|
text = translated;
|
||||||
|
|||||||
Reference in New Issue
Block a user