From d59841d7697f95cc945f9c46eee72546b8d032cc Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Mon, 05 Sep 2022 15:58:41 +0800
Subject: [PATCH] 20220902

---
 src/main/resources/mapper/modules/MallRefundMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallRefundMapper.xml b/src/main/resources/mapper/modules/MallRefundMapper.xml
index 7c1ebc9..7af7708 100644
--- a/src/main/resources/mapper/modules/MallRefundMapper.xml
+++ b/src/main/resources/mapper/modules/MallRefundMapper.xml
@@ -28,7 +28,7 @@
                b.order_no orderNo,
                b.status,
                c.goods_name goodsName,
-               c.cnt,
+               c.cnt
         from mall_refund a
         inner join mall_order_info b on a.order_id = b.id
         inner join mall_order_item c on a.item_id = c.id

--
Gitblit v1.9.1