Commit 7925b1d7 by 阮思源

Merge branch 'fix-rsy' into 'master'

优化sql

See merge request rays/pcloud-book!302
parents 476f9c9b 6ffdc382
......@@ -187,8 +187,8 @@
DATE_FORMAT(t.create_time, '%Y-%m-%d %H') create_time
</if>
FROM
app_click_record t
INNER JOIN book_group t1 ON t.book_group_id = t1.id
book_group t1
STRAIGHT_JOIN app_click_record t ON t.book_group_id = t1.id
WHERE
1 = 1
<if test="joinGroupType!=null">
......
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