mirror of
https://github.com/Hello-hao/Tbed.git
synced 2024-04-21 12:32:10 +00:00
2019-11-7更新
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user