|
@@ -113,7 +113,7 @@ public class CameraServiceImpl extends ServiceImpl<ICameraMapper, Camera> implem
|
|
}
|
|
}
|
|
|
|
|
|
@Override
|
|
@Override
|
|
- public void in(String wifiName) {
|
|
|
|
|
|
+ public synchronized void in(String wifiName) {
|
|
if(StringUtils.isEmpty(wifiName) ){
|
|
if(StringUtils.isEmpty(wifiName) ){
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
}
|
|
}
|