6-23更新 多条件删选

This commit is contained in:
Hellohao
2019-06-23 00:18:38 +08:00
parent b38776ba05
commit a22450f07c
18 changed files with 3871 additions and 78 deletions
@@ -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