xiaoyong931011
2022-05-23 fcbdd13e64a2052c6bbf14e4f03cd43199780f0c
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