Skip to content

Commit

Permalink
[FIX] bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sectionr0 committed Aug 18, 2023
1 parent 2702e12 commit b001f7d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ public interface AccountRepository extends JpaRepository<Account, Long>, Account
@Query("select count(a) from Account a where a.createdAt like %:thisMonth%")
Long countByCreatedAtMonthly(@Param("thisMonth") String thisMonth);

boolean existsByPhone(String phone);
}

0 comments on commit b001f7d

Please sign in to comment.