mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
DeleteByIdを修正
This commit is contained in:
parent
2ab8999638
commit
e626829b5c
|
@ -54,7 +54,6 @@ public interface TagDao {
|
||||||
@Delete
|
@Delete
|
||||||
void deleteAll(List<Tag> tags);
|
void deleteAll(List<Tag> tags);
|
||||||
|
|
||||||
@Delete
|
@Query("DELETE FROM tag WHERE id = :id")
|
||||||
void deleteById(String id);
|
void deleteById(String id);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user