| | |
| | | left join sys_shop_info t4 on t3.store_id=t4.id |
| | | left join sys_vip_info t5 on t1.user_id=t5.id |
| | | left join shop_product t6 on t2.goods_id=t6.id |
| | | where t2.act_id=#{record.actId} and (t5.IS_DELETE is null or t5.IS_DELETE = '') |
| | | where t2.act_id=#{record.actId} |
| | | <if test="pageVo !=null"><!-- 判断pageVo对象是否为空 --> |
| | | <if test="pageVo.sort !=null and pageVo.order !=null"> |
| | | order by |
| | |
| | | left join sys_shop_info t4 on t3.store_id=t4.id |
| | | left join sys_vip_info t5 on t1.user_id=t5.id |
| | | left join shop_product t6 on t2.goods_id=t6.id |
| | | where t2.act_id=#{record.actId} and (t5.IS_DELETE is null or t5.IS_DELETE = '') |
| | | where t2.act_id=#{record.actId} |
| | | </select> |
| | | |
| | | <!-- 根据id查询--> |