src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -438,7 +438,7 @@ <select id="getGoodsStatisticsInPage" resultType="cc.mrbird.febs.mall.vo.AdminGoodsStatisticsVo"> select goods_name goodsName, CONCAT(goods_name, '---', sku_name) goodsName, SUM(cnt) goodsCnt from mall_order_item <where> @@ -450,7 +450,7 @@ </foreach> </if> </where> GROUP BY goods_id GROUP BY goods_id,goods_name,sku_name ORDER BY goods_id desc </select>