wjli
2023-05-15 1c0677b00266bd6556da04a38aabacbff42b09e1
xboot-core/src/main/java/cn/exrick/xboot/core/serviceimpl/UserServiceImpl.java
@@ -201,4 +201,11 @@
    public int countByType(int type) {
        return userDao.countByType(type);
    }
    @Override
    public List<User> findByType2(int type) {
        return userDao.findByType2(type);
    }
}