|
|
|
@@ -467,7 +467,7 @@ |
|
|
|
from wx_coupon_order co,wx_coupon_merchant cm, |
|
|
|
(select tco.id as tcoid, |
|
|
|
(select count(*) from wx_coupon_merchant tcm |
|
|
|
where tcm.product_id = tco.coupon_id and |
|
|
|
where tcm.product_id = tco.coupon_id |
|
|
|
and tcm.status = 0) |
|
|
|
as mc |
|
|
|
from wx_coupon_order tco) com |
|
|
|
|