From 068fe86cffc98f31a0b83bee34fa2dce6b23b736 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Tue, 04 Jun 2024 10:10:47 +0800
Subject: [PATCH] 退款

---
 src/main/resources/mapper/modules/MallOrderInfoMapper.xml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
index 6ec59b6..58297b2 100644
--- a/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
+++ b/src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -159,9 +159,9 @@
         </collection>
     </resultMap>
 
-    <select id="selectApiOrderListInPage" resultType="cc.mrbird.febs.mall.entity.MallOrderInfo">
+    <select id="selectApiOrderListInPage" resultMap="OrderInfoMap">
         select
-               a.*
+               *
         from mall_order_info a
         inner join mall_order_item b on a.id=b.order_id
         <where>
@@ -438,7 +438,7 @@
 
     <select id="getGoodsStatisticsInPage" resultType="cc.mrbird.febs.mall.vo.AdminGoodsStatisticsVo">
         select
-            CONCAT(goods_name, '-', sku_name) goodsName,
+            CONCAT(goods_name, '---', sku_name) goodsName,
             SUM(cnt) goodsCnt
         from mall_order_item
         <where>

--
Gitblit v1.9.1