|
@@ -360,9 +360,7 @@ public class FodderServiceImpl extends ServiceImpl<FodderMapper,FodderEntity> im
|
|
|
|
|
|
// 2022-06-09 删除服务器文件, 目前只有全景图
|
|
|
fileUtils.delAsync(entity.getSceneCode());
|
|
|
- entity.setIsDelete(1);
|
|
|
- entity.setUpdateTime(new Date());
|
|
|
- this.updateById(entity);
|
|
|
+ this.removeById(entity);
|
|
|
return Result.success();
|
|
|
}
|
|
|
|