Commit 9d34d29a by 朱亚洁

fixbug

parent 4ae42080
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
<select id="mapCouponUseCount" parameterType="map" resultType="com.pcloud.book.applet.dto.PvuvDTO"> <select id="mapCouponUseCount" parameterType="map" resultType="com.pcloud.book.applet.dto.PvuvDTO">
SELECT SELECT
from_id fromId, from_id fromId,
COUNT(1) count COUNT(DISTINCT wechat_user_id) count
FROM applet_link_click FROM applet_link_click
WHERE type_id=2 WHERE type_id=2
AND record_type=3 AND record_type=3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment