From 3003d08559062e83622c93003380efb0daaca132 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期六, 30 十一月 2024 14:02:19 +0800 Subject: [PATCH] 流程待办跳转 --- system/src/main/java/com/ycl/system/domain/base/AbsEntity.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java b/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java index 3dbfca3..3f3cca0 100644 --- a/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java +++ b/system/src/main/java/com/ycl/system/domain/base/AbsEntity.java @@ -17,7 +17,7 @@ private static final long serialVersionUID = 1L; - @TableId(value = "id", type = IdType.ASSIGN_ID) + @TableId(value = "id", type = IdType.AUTO) private Long id; /** 鍒涘缓鏃堕棿 */ -- Gitblit v1.8.0