Commit 5eb30787 authored by luben's avatar luben

fix

parent 3c794f59
Pipeline #142835 passed with stages
in 3 minutes and 57 seconds
...@@ -733,6 +733,6 @@ public class RegionController extends BaseController { ...@@ -733,6 +733,6 @@ public class RegionController extends BaseController {
criteria.andLevelEqualTo(level); criteria.andLevelEqualTo(level);
List<GridRegion> gridRegionList = gridRegionMapper.selectByExample(example); List<GridRegion> gridRegionList = gridRegionMapper.selectByExample(example);
return AjaxResult.success(gridRegionList); return AjaxResult.success(gridRegionList.get(0));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment