wang-hao-jie
2021-12-27 a84a86bbd869b970f99488207dc7fcb91dab2c60
xboot-core/src/main/java/cn/exrick/xboot/core/serviceimpl/UserServiceImpl.java
@@ -196,4 +196,9 @@
        userDao.updateDepartmentTitle(departmentId, departmentTitle);
    }
    @Override
    public int countByType(int type) {
        return userDao.countByType(type);
    }
}