xuefei
2023-08-08 6c764f473b1e0e9dd2fb13034fe0d7295ab3724e
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);
}