From a4c5beaf0515541ab06c62ec9fa7625cabc42389 Mon Sep 17 00:00:00 2001 From: zk Date: Thu, 2 Jul 2026 21:31:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E7=A9=BA=E9=99=90=E5=88=B6?= =?UTF-8?q?=E9=9D=9E=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/jiayunet/service/UserProfileAnalyzeService.java | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manager/src/main/java/org/jiayunet/service/UserProfileAnalyzeService.java b/manager/src/main/java/org/jiayunet/service/UserProfileAnalyzeService.java index aa3c536..80737cc 100644 --- a/manager/src/main/java/org/jiayunet/service/UserProfileAnalyzeService.java +++ b/manager/src/main/java/org/jiayunet/service/UserProfileAnalyzeService.java @@ -386,6 +386,9 @@ public class UserProfileAnalyzeService { if (po == null) { po = new UserJobIntention(); po.setUserId(userId); + po.setCategoryIds(java.util.Collections.emptyList()); + po.setRegionCodes(java.util.Collections.emptyList()); + po.setIndustryIds(java.util.Collections.emptyList()); po.setAiCategoryIds(categoryIds); po.setCreateTime(now); po.setUpdateTime(now); @@ -407,6 +410,9 @@ public class UserProfileAnalyzeService { if (po == null) { po = new UserJobIntention(); po.setUserId(userId); + po.setCategoryIds(java.util.Collections.emptyList()); + po.setRegionCodes(java.util.Collections.emptyList()); + po.setIndustryIds(java.util.Collections.emptyList()); po.setAiIndustryIds(industryIds); po.setCreateTime(now); po.setUpdateTime(now);