api-进场逻辑提交-框架
This commit is contained in:
@@ -25,10 +25,6 @@ public class QRCodeService {
|
||||
@Resource
|
||||
private DeviceMapper deviceMapper;
|
||||
|
||||
public void enter(Integer venueId, String deviceName, DeviceType enterOrOut, Integer memberId) throws ServiceException{
|
||||
return;
|
||||
}
|
||||
|
||||
public Venue initEnter(Integer venueId,String deviceName) {
|
||||
Integer integer = deviceMapper.checkDevice(deviceName, venueId);
|
||||
if (integer != 1){
|
||||
|
||||
Reference in New Issue
Block a user