|
@@ -171,6 +171,8 @@ public class FlowService {
|
|
|
list.get(0).put("child", entry.getValue());
|
|
|
} else {
|
|
|
// 第一层的child
|
|
|
+ // System.out.println(entry);
|
|
|
+ // System.out.println(result);
|
|
|
List<Map<String, Object>> list = (List<Map<String, Object>>) result
|
|
|
.get(top.get(entry.getKey().getParentId())).get("child");
|
|
|
// 区县级用户
|