|
|
|
@@ -803,7 +803,9 @@ |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="findByMerchant" parameterType="com.iformall.domain.po.WxCoupon" resultType="com.iformall.domain.po.WxCoupon"> |
|
|
|
select c.* from wx_coupon c left join wx_coupon_merchant wc on wc.product_id = c.id where 1=1 |
|
|
|
select c.*,wcc.target_ad targetAd from wx_coupon c inner join wx_coupon_channel wcc |
|
|
|
on wcc.coupon_id = c.id |
|
|
|
left join wx_coupon_merchant wc on wc.product_id = c.id where 1=1 |
|
|
|
<if test="merchantId != null"> |
|
|
|
and wc.merchant_id=#{merchantId} |
|
|
|
</if> |
|
|
|
|