|
@@ -59,8 +59,6 @@ public class CommonController {
|
|
|
|
|
|
@GetMapping("/area-manager-tree")
|
|
@GetMapping("/area-manager-tree")
|
|
public CommonResult<List<zTree>> areaManagerTree() {
|
|
public CommonResult<List<zTree>> areaManagerTree() {
|
|
- ReentrantLock lock = new ReentrantLock();
|
|
|
|
- lock.lock();
|
|
|
|
return CommonResult.success(commonService.getAreaManagerTree());
|
|
return CommonResult.success(commonService.getAreaManagerTree());
|
|
}
|
|
}
|
|
|
|
|