server/visits/dmvisit_service/src/main/java/com/doumee/service/business/impl/hksync/HkSyncLoginAuthServiceImpl.java
@@ -27,7 +27,6 @@ @Autowired private DeviceMapper deviceMapper; @Autowired private RedisTemplate<String, Object> redisTemplate; @Autowired @@ -76,7 +75,6 @@ }catch (Exception e){ throw new BusinessException(ResponseStatus.SERVER_ERROR.getCode(),"对不起,登录组件失败,请稍后重试!"); } }else{ throw new BusinessException(ResponseStatus.SERVER_ERROR.getCode(),"对不起,登录组件失败,请稍后重试!"); }