新增判断用户是否在场内逻辑,新增清场功能,修改二维码多样性
This commit is contained in:
@@ -20,4 +20,12 @@ public interface BarcodeEnterLogMapper {
|
||||
@NoPlatform
|
||||
BarcodeEnterLog findLastByBarcode(String barcode);
|
||||
|
||||
/**
|
||||
* 统计线下订单二维码最多只能使用6次
|
||||
* @param barcode
|
||||
* @return
|
||||
*/
|
||||
@NoPlatform
|
||||
int countTimesByBarcode(String barcode);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user