扫描二维码入场逻辑

This commit is contained in:
2023-09-05 09:27:00 +08:00
parent f0ef32ffc6
commit 52aa9659a2
41 changed files with 1562 additions and 492 deletions

View File

@@ -1,5 +1,6 @@
package com.sv.mapper;
import com.common.DeviceDTO;
import com.sv.annotation.NoPlatform;
import com.sv.entity.Device;
import org.apache.ibatis.annotations.Param;
@@ -50,6 +51,7 @@ public interface DeviceMapper {
* @param id 编号
* @return 门禁设备
*/
@NoPlatform
Device findById(Integer id);
/**
@@ -78,11 +80,11 @@ public interface DeviceMapper {
/**
* 根据记录找设备
* @param deviceName
* @param venueId
* @return
*/
Device findByDevice(@Param("deviceName") String deviceName,@Param("venueId") Integer venueId);
@NoPlatform
Device findByDevice(@Param("venueId") Integer venueId);
/**
* 设备绑定正在扫码的用户