Commit 6ffdc382 by 阮思源

优化sql

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