Commit b6624d25 by 阮思源

Merge branch 'rsy-fixbug' into 'master'

优化sql

See merge request rays/pcloud-book!272
parents 645342e7 1e8e4d26
...@@ -132,8 +132,6 @@ ...@@ -132,8 +132,6 @@
t.serve_type serveType t.serve_type serveType
FROM FROM
book_group_app t book_group_app t
left join app_touch_record t1
on t.book_group_id
WHERE 1=1 WHERE 1=1
<if test="bookGroupId!=null"> <if test="bookGroupId!=null">
AND t.book_group_id =#{bookGroupId} AND t.book_group_id =#{bookGroupId}
......
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