| | |
| | | <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" /> |
| | |
| | | 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 , |
| | | express.express_no |