2019-11-7更新

This commit is contained in:
Hellohao
2019-11-07 21:47:53 +08:00
parent 1ca1913938
commit f1dc16feb6
26 changed files with 912 additions and 486 deletions
@@ -186,8 +186,8 @@ public class ImgServiceImpl implements ImgService {
}
@Override
public Integer setabnormal(String imgname) {
return imgMapper.setabnormal(imgname);
public Integer setabnormal(String imgname,String abnormal) {
return imgMapper.setabnormal(imgname,abnormal);
}
@Override