[{
]"id": 1,
"name": "",
"depCode": "MI00",
"fatherId": null,
"fatherName": null,
"subDepList": [{
"id": 2,
"name": "",
"depCode": "MI0001",
"fatherId": 1,
"fatherName": "",
"subDepList": [{
"id": 3,
"name": "1",
"depCode": "MI000101",
"fatherId": 2,
"fatherName": "",
"subDepList": [{
"id": 10,
"name": "test",
"depCode": "MI00010103",
"fatherId": 3,
"fatherName": "1",
"subDepList": []
}, {
"id": 6,
"name": "1",
"depCode": "MI00010101",
"fatherId": 3,
"fatherName": "1",
"subDepList": []
}, {
"id": 7,
"name": "2",
"depCode": "MI00010102",
"fatherId": 3,
"fatherName": "1",
"subDepList": []
}]
}, {
"id": 4,
"name": "2",
"depCode": "MI000102",
"fatherId": 2,
"fatherName": "",
"subDepList": []
}, {
"id": 5,
"name": "3",
"depCode": "MI000103",
"fatherId": 2,
"fatherName": "",
"subDepList": []
}]
}]
}]
solve