Commit 8792af11 by 桂前礼

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

parent 493b3499
......@@ -1123,6 +1123,7 @@
<if test="cursor != null">
AND BOOK_ADVISER_ID > ${cursor}
</if>
AND ( GRA_LABEL_ID is not NULL OR pro_label_id is not NULL )
ORDER BY BOOK_ADVISER_ID
limit ${limit}
</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