Administrator
2025-05-15 64de192527c06f806d3afb5e3b04ca6874b447e3
src/main/resources/mapper/modules/MallGoodsSkuMapper.xml
@@ -6,6 +6,7 @@
    <select id="selectSkuInfoById" resultType="cc.mrbird.febs.mall.entity.MallGoodsSku">
        select
            a.*,
            FLOOR(a.original_price*c.static_prop) staticPropPrice,
            b.name styleName,
            c.goods_name goodsName
        from mall_goods_sku a