Administrator
2025-05-27 6b000d0c8b24f3cd65caeaedb0e7f44d638bf284
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)/100) staticPropPrice,
            b.name styleName,
            c.goods_name goodsName
        from mall_goods_sku a