mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
重构版功能实现
This commit is contained in:
@@ -211,8 +211,8 @@ public class ImgServiceImpl implements ImgService {
|
||||
}
|
||||
|
||||
@Override
|
||||
public Integer md5Count(String md5key) {
|
||||
return imgMapper.md5Count(md5key);
|
||||
public Integer md5Count(Images images) {
|
||||
return imgMapper.md5Count(images);
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -244,4 +244,9 @@ public class ImgServiceImpl implements ImgService {
|
||||
return imgMapper.countByM(images);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Images selectImgUrlByImgUID(String imguid) {
|
||||
return imgMapper.selectImgUrlByImgUID(imguid);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user