src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -159,7 +159,7 @@ </collection> </resultMap> <select id="selectApiOrderListInPage" resultType="cc.mrbird.febs.mall.entity.MallOrderInfo"> <select id="selectApiOrderListInPage" resultMap="OrderInfoMap"> select a.* from mall_order_info a @@ -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>