| | |
| | | <select id="selectOrderItemInPage" resultType="cc.mrbird.febs.mall.vo.activity.AdminHappyActivityOrderItemVo"> |
| | | select |
| | | a.*, |
| | | e.name as connectName, |
| | | e.phone as connectPhone, |
| | | e.address as connectAddress, |
| | | d.name as connectName, |
| | | d.phone as connectPhone, |
| | | d.address as connectAddress, |
| | | b.name as memberName, |
| | | c.name as activityName |
| | | from happy_activity_order_item d |
| | | left join happy_activity_connect e on e.id = d.connect_id |
| | | left join happy_activity_order a on a.id = d.order_id |
| | | left join mall_member b on a.member_id = b.id |
| | | left join happy_activity c on a.activity_id = c.id |