Administrator
2025-05-15 bfcbb8f2d4e3c9bdc63412dde76bbf016c2c2aa2
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -398,6 +398,7 @@
            <result property="skuId" column="sku_id" />
            <result property="goodsName" column="goods_name" />
            <result property="itemScoreAmount" column="item_score_amount" />
            <result property="itemAmount" column="item_amount" />
            <result property="itemScorePrice" column="item_score_price" />
            <result property="goodsName" column="goods_name" />
            <result property="styleName" column="style_name" />
@@ -417,8 +418,9 @@
        select
        a.* ,
        b.* ,
        b.amount as item_amount ,
        b.score_amount as item_score_amount ,
        FLOOR(c.original_price * d.static_prop) as item_score_price ,
        FLOOR((c.original_price * d.static_prop)/100) as item_score_price ,
               express.express_no
        from mall_order_info a
            left join mall_express_info express on a.id=express.order_id