|
|
|
@@ -474,6 +474,10 @@ |
|
|
|
<if test=" null != business "> |
|
|
|
and c.business = #{business} |
|
|
|
</if> |
|
|
|
<if test=" null != verifyMerchantName ''!= verifyMerchantName "> |
|
|
|
and bu.verify_merchant_name = #{verifyMerchantName} |
|
|
|
</if> |
|
|
|
|
|
|
|
<if test="null!=building"> |
|
|
|
and co.coupon_id in( |
|
|
|
select cm.product_id from wx_merchant_shop ms left join wx_merchant m on ms.merchant_id=m.id |
|
|
|
|