From ec4d894c444fe4092f7633c9be59ebcbb95c1773 Mon Sep 17 00:00:00 2001
From: 16639036659 <577530412@qq.com>
Date: 星期一, 19 九月 2022 10:39:43 +0800
Subject: [PATCH] 临时提交

---
 src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskUnitUuid.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskUnitUuid.java b/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskUnitUuid.java
index a3c5f15..62eafa8 100644
--- a/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskUnitUuid.java
+++ b/src/main/java/com/ruoyi/doublePrevention/entity/PreventRiskUnitUuid.java
@@ -10,7 +10,7 @@
     /**
      * 主键
      * */
-    @TableId(type = IdType.AUTO)
+    @TableId(value = "id" , type = IdType.AUTO)
     private Long id;
     /**
      * 风险分析单元(设施区域)id

--
Gitblit v1.9.2