From fee474e03d9963e25ccd084296683d363f21885e Mon Sep 17 00:00:00 2001 From: xuxin <15279969124@163.com> Date: Tue, 24 Mar 2026 20:46:45 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=8A=80=E8=83=BD=E6=A0=87?= =?UTF-8?q?=E7=AD=BE=E5=85=B3=E8=81=94=E8=A1=A8=E6=94=B9=E9=9B=AA=E8=8A=B1?= =?UTF-8?q?id?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/org/jiayunet/pojo/po/UserProfileSkillTagRelation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/src/main/java/org/jiayunet/pojo/po/UserProfileSkillTagRelation.java b/manager/src/main/java/org/jiayunet/pojo/po/UserProfileSkillTagRelation.java index 0d098df..2f662c9 100644 --- a/manager/src/main/java/org/jiayunet/pojo/po/UserProfileSkillTagRelation.java +++ b/manager/src/main/java/org/jiayunet/pojo/po/UserProfileSkillTagRelation.java @@ -16,7 +16,7 @@ import java.time.Instant; @TableName(value = "bg_user_profile_skill_tag_relation") public class UserProfileSkillTagRelation { - @TableId(type = IdType.AUTO) + @TableId(type = IdType.ASSIGN_ID) private Long id; /** 用户ID */