| | |
| | | <result property="stock" column="stock" /> |
| | | <result property="score" column="score" /> |
| | | <result property="goodsType" column="goods_type" /> |
| | | <result property="hasCarriage" column="has_carriage" /> |
| | | <result property="carriage" column="carriage" /> |
| | | <collection property="styles" ofType="cc.mrbird.febs.mall.entity.MallGoodsStyle"> |
| | | <id property="id" column="style_id" /> |
| | | <result property="name" column="style_name" /> |
| | |
| | | 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 |