wang-hao-jie
2022-01-07 0f2202dfcea3309c1b0e7515f6db5fbdc83d51d1
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);
    }
}