Explorar el Código

[营销分析][添加][卡营销列表]

release_toaliyun_real
luozukai hace 7 años
padre
commit
4a84c13a4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxCouponMapper.xml Ver fichero

@@ -715,7 +715,7 @@


<select id="findCountData" parameterType="com.iformall.domain.po.WxCoupon" resultMap="BaseResultMap"> <select id="findCountData" parameterType="com.iformall.domain.po.WxCoupon" resultMap="BaseResultMap">
select c.*, select c.*,
(select sum(wco.id) from wx_coupon wc
(select count(wco.id) from wx_coupon wc
left join wx_coupon_order wco on wc.id = wco.coupon_id left join wx_coupon_order wco on wc.id = wco.coupon_id
where wc.id = c.id) as sale_count, where wc.id = c.id) as sale_count,




Cargando…
Cancelar
Guardar