简历生产个人信息接口 全量AI 同步

This commit is contained in:
zk
2026-07-15 11:35:07 +08:00
parent 00940e610f
commit a550b892af
2 changed files with 10 additions and 3 deletions
@@ -71,6 +71,13 @@ public class UserProfileAnalyzeService {
*/
@Async("userProfileAsyncExecutor")
public void analyzeUserProfile(Long userId) {
analyzeUserProfileSync(userId);
}
/**
* 同步分析用户简历,供需要等待全部分析完成的业务调用。
*/
public void analyzeUserProfileSync(Long userId) {
try {
log.info("开始分析用户简历, userId={}", userId);