KKSU
2024-05-31 adfe1e2e9dc12a3de82d5239f9c2270419915e81
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -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>