| | |
| | | <result property="hasCarriage" column="has_carriage" /> |
| | | <result property="carriage" column="carriage" /> |
| | | <result property="isNormal" column="is_normal" /> |
| | | <result property="subsidyAmount" column="subsidy_amount" /> |
| | | <result property="starRating" column="star_rating" /> |
| | | <collection property="styles" ofType="cc.mrbird.febs.mall.entity.MallGoodsStyle"> |
| | | <id property="id" column="style_id" /> |
| | | <result property="name" column="style_name" /> |
| | |
| | | a.thumb, |
| | | a.original_price, |
| | | a.present_price, |
| | | a.subsidy_amount, |
| | | a.star_rating, |
| | | a.score, |
| | | a.is_hot, |
| | | min(b.present_price) price, |