From 4cd71c0be46a461432989ae7c5d6d56d9e7bbbed Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 17 二月 2025 13:54:31 +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