扫描二维码入场逻辑
This commit is contained in:
@@ -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);
|
||||
|
||||
/**
|
||||
* 设备绑定正在扫码的用户
|
||||
|
||||
Reference in New Issue
Block a user