xuefei
2023-08-08 6c764f473b1e0e9dd2fb13034fe0d7295ab3724e
xboot-core/src/main/java/cn/exrick/xboot/core/serviceimpl/UserServiceImpl.java
@@ -196,4 +196,16 @@
        userDao.updateDepartmentTitle(departmentId, departmentTitle);
    }
    @Override
    public int countByType(int type) {
        return userDao.countByType(type);
    }
    @Override
    public List<User> findByType2(int type) {
        return userDao.findByType2(type);
    }
}