From a1f764f1ccfdef9fb5a696704761443386ab0e34 Mon Sep 17 00:00:00 2001 From: wujiawei <12345678> Date: Mon, 16 Jun 2025 16:14:52 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=20=20=20=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E8=B7=AF=E7=94=B1=EF=BC=8C=E5=AE=A2=E6=88=B7=E7=AB=AFID?= =?UTF-8?q?=E5=8F=8A=E8=B7=AF=E7=94=B1IP=E4=B8=BA=E5=94=AF=E4=B8=80?= =?UTF-8?q?=E8=A1=8C=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../infrastructure/entity/LazyNettyClientRouteDO.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wu-lazy-cloud-heartbeat-server/src/main/java/org/framework/lazy/cloud/network/heartbeat/server/standalone/infrastructure/entity/LazyNettyClientRouteDO.java b/wu-lazy-cloud-heartbeat-server/src/main/java/org/framework/lazy/cloud/network/heartbeat/server/standalone/infrastructure/entity/LazyNettyClientRouteDO.java index a071aff9..c2a3f185 100644 --- a/wu-lazy-cloud-heartbeat-server/src/main/java/org/framework/lazy/cloud/network/heartbeat/server/standalone/infrastructure/entity/LazyNettyClientRouteDO.java +++ b/wu-lazy-cloud-heartbeat-server/src/main/java/org/framework/lazy/cloud/network/heartbeat/server/standalone/infrastructure/entity/LazyNettyClientRouteDO.java @@ -60,7 +60,7 @@ public class LazyNettyClientRouteDO { * 路由IP */ @Schema(description = "路由IP", name = "routeIp", example = "") - @LazyTableField(name = "route_ip", comment = "路由IP", notNull = true, columnType = "varchar(255)") + @LazyTableFieldUnique(name = "route_ip", comment = "路由IP", notNull = true, columnType = "varchar(255)") private String routeIp;