Commit 443ac184 by chamberone

fix: 修复区划为空问题

1 parent 4640a543
...@@ -74,6 +74,7 @@ public class BlockController { ...@@ -74,6 +74,7 @@ public class BlockController {
} }
region.setParts(parts); region.setParts(parts);
} }
request.setRegion(region);
res = blockService.synchronizeBlock(request.getBlockId(), request.getArea(), request.getRegion()); res = blockService.synchronizeBlock(request.getBlockId(), request.getArea(), request.getRegion());
} catch (BusinessException e) { } catch (BusinessException e) {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!