Commit 6ffdc382 by 阮思源

优化sql

parent 476f9c9b
......@@ -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