Merge branch 'dev/dev-xp' into prod/release_1.0

This commit is contained in:
2025-12-17 11:34:25 +08:00

View File

@@ -103,6 +103,7 @@ public class StyleServiceImpl extends ServiceImpl<StyleMapper, Style> implements
params.put("gender", gender); params.put("gender", gender);
params.put("max_len", 5); params.put("max_len", 5);
params.put("session_id", sessionId); params.put("session_id", sessionId);
params.put("batch_sources", Collections.singleton("2025_q4"));
return params; return params;
} }