:bug:修复部分场景下出现的错误

This commit is contained in:
hello-hao
2022-03-28 15:43:03 +08:00
parent 9a6ce4d5eb
commit 95889c42ef
5 changed files with 9 additions and 9 deletions
@@ -220,7 +220,7 @@ public class ImgServiceImpl implements ImgService {
}
@Override
public Images selectImgUrlByMD5(String md5key) {
public List<Images> selectImgUrlByMD5(String md5key) {
return imgMapper.selectImgUrlByMD5(md5key);
}