Commit 0dba3e7a by huangjinxin

fix:图层删除处理

1 parent ab7c0ad9
...@@ -238,6 +238,7 @@ public class BusinessLayerServiceImpl implements BusinessLayerService { ...@@ -238,6 +238,7 @@ public class BusinessLayerServiceImpl implements BusinessLayerService {
} }
@Override @Override
@Transactional
public Result<?> businessCustomLayerRemove(String layerId) throws BusinessException { public Result<?> businessCustomLayerRemove(String layerId) throws BusinessException {
MapLayerCustomizeEntity layer = mapLayerCustomizeDao.getByLayerId(layerId); MapLayerCustomizeEntity layer = mapLayerCustomizeDao.getByLayerId(layerId);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!