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