集成OSS对象存储

This commit is contained in:
xiongxiaoyang
2020-05-26 11:31:30 +08:00
parent 9975faed01
commit c62acc288e
16 changed files with 211 additions and 15 deletions

View File

@ -56,6 +56,7 @@
select
id,pic_url from book
where pic_url like 'http%'
and pic_url not like concat('%',#{localPicPrefix},'%')
limit #{limit}
</select>