Parcourir la source

[B端][修复]:接口访问问题

release_toaliyun_real
hupeng il y a 7 ans
Parent
révision
435290c872
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml Voir le fichier

@@ -467,7 +467,7 @@
from wx_coupon_order co,wx_coupon_merchant cm, from wx_coupon_order co,wx_coupon_merchant cm,
(select tco.id as tcoid, (select tco.id as tcoid,
(select count(*) from wx_coupon_merchant tcm (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) and tcm.status = 0)
as mc as mc
from wx_coupon_order tco) com from wx_coupon_order tco) com


Chargement…
Annuler
Enregistrer