Commit 4b4fb3f4 by 田超

Merge branch 'fixbug/bookLabelServe' into 'master'

bug: [none] 过滤没有标签的图书

See merge request rays/pcloud-book!1221
parents 493b3499 8792af11
...@@ -1123,6 +1123,7 @@ ...@@ -1123,6 +1123,7 @@
<if test="cursor != null"> <if test="cursor != null">
AND BOOK_ADVISER_ID > ${cursor} AND BOOK_ADVISER_ID > ${cursor}
</if> </if>
AND ( GRA_LABEL_ID is not NULL OR pro_label_id is not NULL )
ORDER BY BOOK_ADVISER_ID ORDER BY BOOK_ADVISER_ID
limit ${limit} limit ${limit}
</select> </select>
......
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