韩锐修改

This commit is contained in:
quyixiao 2020-08-13 09:20:36 +08:00
parent c0adbaad1b
commit 0cd1b5fd45

View File

@ -126,9 +126,9 @@ public class SysLoginController extends AbstractController {
if (null != sysConfigEntity && StringUtils.isNotBlank(sysConfigEntity.getParamValue())) { if (null != sysConfigEntity && StringUtils.isNotBlank(sysConfigEntity.getParamValue())) {
max = Integer.parseInt(sysConfigEntity.getParamValue()); max = Integer.parseInt(sysConfigEntity.getParamValue());
} }
if (count >= max) { /* if (count >= max) {
return R.error("该用户当日发送登陆短信已达上限,请明天再试!"); return R.error("该用户当日发送登陆短信已达上限,请明天再试!");
} }*/
try { try {
SmsTemplateEntity smsTemplate = smsTemplateService.getOne(new QueryWrapper<SmsTemplateEntity>() SmsTemplateEntity smsTemplate = smsTemplateService.getOne(new QueryWrapper<SmsTemplateEntity>()