mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
DeleteByIdを修正
This commit is contained in:
parent
e626829b5c
commit
e50a3bb8ce
|
@ -56,7 +56,6 @@ public interface DocumentDao {
|
|||
@Delete
|
||||
void deleteAll(List<Document> documents);
|
||||
|
||||
@Delete
|
||||
@Query("DELETE FROM document WHERE id = :id")
|
||||
void deleteById(String id);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user