| | |
| | | <result property="icon" column="c_icon" /> |
| | | <result property="scoreMultiple" column="score_multiple" /> |
| | | <result property="gainType" column="gain_type" /> |
| | | <result property="isShow" column="is_show" /> |
| | | |
| | | <collection property="details" ofType="cc.mrbird.febs.vip.entity.MallVipBenefitsDetails"> |
| | | <id property="id" column="d_id" /> |
| | |
| | | ,benefits.id c_id |
| | | ,benefits.name c_name |
| | | ,benefits.icon c_icon |
| | | ,benefits.is_show |
| | | ,details.id d_id |
| | | from mall_vip_config config |
| | | inner join mall_vip_config_benefits configBenefits on config.id=configBenefits.config_id |