简历生产个人信息接口 全量AI 同步
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user