From b746a3f0eb30bd6e106eb915a1fc1491de3f1076 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: Sun, 17 Mar 2024 17:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E3=80=81=E5=9B=9E=E6=94=B6?= =?UTF-8?q?=E7=AB=99bug=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8Dv4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/cc/yunxi/domain/po/RecycleOrderProduct.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxhs-service/src/main/java/cc/yunxi/domain/po/RecycleOrderProduct.java b/nxhs-service/src/main/java/cc/yunxi/domain/po/RecycleOrderProduct.java index e0fb982..f6ef2e2 100644 --- a/nxhs-service/src/main/java/cc/yunxi/domain/po/RecycleOrderProduct.java +++ b/nxhs-service/src/main/java/cc/yunxi/domain/po/RecycleOrderProduct.java @@ -56,7 +56,7 @@ public class RecycleOrderProduct { private BigDecimal recoveryPrice; @ApiModelProperty("实际回收单价") - @TableField("actual_recoveryl_price") + @TableField("actual_recovery_price") private BigDecimal actualRecoveryPrice; @ApiModelProperty("创建时间")