wang-hao-jie
2022-05-03 b8086d8c8bf084ed20488a005f957e29ee3cbc8e
xboot-core/src/main/java/cn/exrick/xboot/core/dao/UserDao.java
@@ -67,4 +67,6 @@
    @Query("select count(id) from User u where u.type2=?1")
    int countByType(int type);
    List<User> findByType2(int type);
}