文档更新

This commit is contained in:
xxy
2020-05-04 09:26:37 +08:00
parent fe8b554ce4
commit a9319041a7
13 changed files with 83 additions and 3540 deletions

View File

@ -59,5 +59,9 @@
limit #{offset},#{limit}
</select>
<select id="selectIdsByScoreAndRandom" parameterType="int" resultType="com.java2nb.novel.entity.Book">
select id,book_name,author_name,pic_url,book_desc,score from book ORDER BY score,RAND() LIMIT #{limit};
</select>
</mapper>