kongdeqiang
2024-05-16 0b6189c1c208a4f1c4cd4b230dba10b3581d1ff9
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);
}