|
|
|
@@ -297,7 +297,7 @@ |
|
|
|
c.title,c.sale_price,c.use_price,c.price,c.unit, |
|
|
|
(case when com.mc=1 then |
|
|
|
(select m.name from wx_merchant m, wx_coupon_merchant cm |
|
|
|
where m.id = cm.merchant_id and cm.product_id=co.coupon_id and m.status = 1) else '[多商户通用]' end) as merchant_name |
|
|
|
where m.id = cm.merchant_id and cm.product_id=co.coupon_id and cm.status = 0) else '[多商户通用]' end) as merchant_name |
|
|
|
</sql> |
|
|
|
|
|
|
|
<sql id="allAdminCouponOrderDetailColumns"> |
|
|
|
@@ -335,7 +335,7 @@ |
|
|
|
(select m.name from wx_merchant m, wx_coupon_merchant cm |
|
|
|
where m.id = cm.merchant_id |
|
|
|
and cm.product_id=co.coupon_id |
|
|
|
and m.status = 1) |
|
|
|
and cm.status = 0) |
|
|
|
else'[多商户通用]' end) |
|
|
|
like concat('%', #{merchantName},'%') |
|
|
|
</if> |
|
|
|
|