医案推荐图书

This commit is contained in:
wuchunlei
2023-11-27 11:04:05 +08:00
parent 959277de6f
commit a307ce1881
5 changed files with 14 additions and 8 deletions

View File

@@ -20,6 +20,7 @@
where bmr.book_id not in (select book_id from user_ebook_buy where user_id = #{userId})
and b.del_flag = 0 and b.state = 1
GROUP BY bmr.book_id
limit #{page},#{limit}
</select>
</mapper>