|
@@ -99,6 +99,7 @@ public class AdminUserApiImpl implements AdminUserApi {
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
|
|
+ @DataPermission(enable = false)
|
|
public List<Pms.deptStat> getUserCountByDeptId(Long deptId) {
|
|
public List<Pms.deptStat> getUserCountByDeptId(Long deptId) {
|
|
return userService.selectCountByDeptId(deptId);
|
|
return userService.selectCountByDeptId(deptId);
|
|
|
|
|