From 4af14b6030dbbee05d7e7dd82be8495b47d4c7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LI-CCONG=5C=E6=9D=8E=E8=81=AA=E8=81=AA?= <1441652193@qq.com> Date: Thu, 28 Mar 2024 14:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E6=94=B6=E8=AE=A2=E5=8D=95=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=9A=94=E7=A6=BB=E5=AD=97=E6=AE=B5=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java b/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java index de62898..f94f926 100644 --- a/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java +++ b/nxhs-service/src/main/java/cc/yunxi/domain/po/Enterprise.java @@ -31,7 +31,7 @@ public class Enterprise { private String id; @ApiModelProperty("商户pid") - @TableId(value = "f_parent_id", type = IdType.ASSIGN_ID) + @TableField(value = "f_parent_id") private String pid; @ApiModelProperty("商户代码")