From eba30281f135f5dd116c01be794f22cc1ac2b8bf Mon Sep 17 00:00:00 2001 From: liyuxin <1579178744@qq.com> Date: Wed, 28 Aug 2024 20:18:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=8E=E9=9B=A8=E6=AC=A3=208.28=2019:51=20?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=9F=A5=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/muyu/market/admain/response/OrdersSelectResp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-market-common/src/main/java/com/muyu/market/admain/response/OrdersSelectResp.java b/cloud-market-common/src/main/java/com/muyu/market/admain/response/OrdersSelectResp.java index 7cb8b09..41456f9 100644 --- a/cloud-market-common/src/main/java/com/muyu/market/admain/response/OrdersSelectResp.java +++ b/cloud-market-common/src/main/java/com/muyu/market/admain/response/OrdersSelectResp.java @@ -48,7 +48,7 @@ public class OrdersSelectResp { * 订单总金额 */ @Schema(type = "BigDecimal",defaultValue = "25.3",description = "订单总金额") - private BigDecimal totalAmount; + private String totalAmount; /** * 订单创建时间 */