api-进场逻辑提交-框架

This commit is contained in:
limqhz
2020-07-20 14:59:30 +08:00
parent 7d61e74b02
commit 0d8dcd08e2
4 changed files with 99 additions and 66 deletions

View File

@@ -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){