增加二维码重复使用校验
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user