server/system_service/src/main/java/com/doumee/service/system/impl/SystemLoginServiceImpl.java
@@ -230,7 +230,7 @@ throw new BusinessException(ResponseStatus.NO_ALLOW_LOGIN); } if(isDebug == null || !isDebug){ /*if(isDebug == null || !isDebug){ //验证 短信码 SmsEmail model = smsEmailMapper.selectOne(new QueryWrapper<SmsEmail>().lambda() .eq(SmsEmail::getType, Constants.ZERO) @@ -254,7 +254,7 @@ model.setStatus(Constants.ONE); model.setEditDate(new Date()); smsEmailMapper.updateById(model); } }*/ Company company = new Company(); if(Objects.nonNull(user.getCompanyId())){