Helius
2022-05-27 34f2e2f4e3824d28a48924e01bdb9cd05412ba3b
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -129,6 +129,7 @@
        a.present_price,
        a.is_hot,
        a.score,
        a.is_normal,
        b.name categaryName,
        IFNULL(sum(c.sku_volume), a.volume) skuVolume,
        IFNULL(sum(c.stock), a.stock) stock