mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
6-23更新 多条件删选
This commit is contained in:
@@ -31,9 +31,9 @@ public class ImgServiceImpl implements ImgService {
|
||||
private ImgMapper imgMapper;
|
||||
|
||||
@Override
|
||||
public List<Images> selectimg(Integer userid) {
|
||||
public List<Images> selectimg(Images images) {
|
||||
// TODO Auto-generated method stub
|
||||
return imgMapper.selectimg(userid);
|
||||
return imgMapper.selectimg(images);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user