Commit 929c2656a94a99202987daa2a5b4cba2239b07ff

Authored by jiangjiazhi
1 parent b6f585696e

增加

Showing 1 changed file with 2 additions and 0 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/RegionController.java View file @ 929c265
... ... @@ -82,6 +82,8 @@
82 82 }else {
83 83 query.setParentId(parentId);
84 84 }
  85 + }else{
  86 + query.setParentId(parentId);
85 87 }
86 88  
87 89