Compare commits
3 Commits
faa655bc9d
...
0eb5128b6f
| Author | SHA1 | Date | |
|---|---|---|---|
| 0eb5128b6f | |||
| acf4c6a307 | |||
| a2ed179fbb |
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user