Commit 26adcd3e by 裴大威

Merge branch 'feat-zyj-1002891-01' into 'master'

fixbug

See merge request rays/pcloud-book!722
parents 4ae42080 9d34d29a
......@@ -35,7 +35,7 @@
<select id="mapCouponUseCount" parameterType="map" resultType="com.pcloud.book.applet.dto.PvuvDTO">
SELECT
from_id fromId,
COUNT(1) count
COUNT(DISTINCT wechat_user_id) count
FROM applet_link_click
WHERE type_id=2
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