韩锐修改
This commit is contained in:
parent
c0adbaad1b
commit
0cd1b5fd45
@ -126,9 +126,9 @@ public class SysLoginController extends AbstractController {
|
||||
if (null != sysConfigEntity && StringUtils.isNotBlank(sysConfigEntity.getParamValue())) {
|
||||
max = Integer.parseInt(sysConfigEntity.getParamValue());
|
||||
}
|
||||
if (count >= max) {
|
||||
/* if (count >= max) {
|
||||
return R.error("该用户当日发送登陆短信已达上限,请明天再试!");
|
||||
}
|
||||
}*/
|
||||
|
||||
try {
|
||||
SmsTemplateEntity smsTemplate = smsTemplateService.getOne(new QueryWrapper<SmsTemplateEntity>()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user