bug
zhangzeli
2022-01-06 8881c4be7a0d86de2341b489f3ad9e997cb6deb5
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);
    }
}