增加二维码重复使用校验

This commit is contained in:
2023-09-18 17:31:32 +08:00
parent 52aa9659a2
commit 0930a8a48b
8 changed files with 130 additions and 11 deletions

View File

@@ -23,4 +23,7 @@ public interface BarcodeMapper {
@NoPlatform
Barcode findBarcode(@Param("venueId") Integer venueId,@Param("memberId") Integer memberId);
@NoPlatform
Barcode checkCodeStatus(@Param("barcode") String barcode);
}