: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
@@ -37,7 +37,7 @@ public interface ImgService {
Integer md5Count(Images images);
Images selectImgUrlByMD5(String md5key);
List<Images> selectImgUrlByMD5(String md5key);
List<Images> RecentlyUploaded(Integer userid);