随手拍修改bug修复
This commit is contained in:
parent
ad48a195c3
commit
b1596c6b81
|
|
@ -58,6 +58,7 @@ public class SnapshotServiceImpl implements SnapshotService {
|
|||
mapper.addSnapshotForm(dto,userInfo);
|
||||
}else{
|
||||
mapper.updateSnapshotForm(dto,userInfo);
|
||||
mapper.delSnapshotPhoto(dto);
|
||||
}
|
||||
|
||||
//保存随手拍图片信息
|
||||
|
|
|
|||
Loading…
Reference in New Issue