|
@@ -4972,6 +4972,7 @@ public class IotStaticController {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@GetMapping("/new/classify")
|
|
@GetMapping("/new/classify")
|
|
|
|
|
+ @PermitAll
|
|
|
public CommonResult<List<ImmutableMap>> classifyStat() {
|
|
public CommonResult<List<ImmutableMap>> classifyStat() {
|
|
|
Set<Long> allRhChildDeptIds = deptService.getChildDeptIdListFromCache(163l);
|
|
Set<Long> allRhChildDeptIds = deptService.getChildDeptIdListFromCache(163l);
|
|
|
allRhChildDeptIds.add(163L);
|
|
allRhChildDeptIds.add(163L);
|