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