@@ -481,7 +481,7 @@ public class AdminUserLogic {
.eq(AdminDept::getPId, deptId)
.list();
- if (CollectionUtil.isEmpty(deptIdList)) {
+ if (CollectionUtil.isEmpty(deptList)) {
return;
}