1优化网络图片转换策略

This commit is contained in:
xiongxiaoyang
2020-05-21 08:46:46 +08:00
parent a13ea78c3f
commit c2cdf73893
5 changed files with 11 additions and 16 deletions

View File

@ -56,7 +56,7 @@
select
id,pic_url from book
where pic_url like 'http%'
limit #{offset},#{limit}
limit #{limit}
</select>
<select id="selectIdsByScoreAndRandom" parameterType="int" resultType="com.java2nb.novel.entity.Book">