Преглед изворни кода

[统计][添加][增加导出待缴商户]

release_toaliyun_real
luozukai пре 7 година
родитељ
комит
d53ebcc68b
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 3
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Прегледај датотеку

@@ -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>


Loading…
Откажи
Сачувај