kongdeqiang
2023-03-17 33b45f4ce71e89b9dd5d01d37c79628c0a3fbb23
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);
}