Commit ff8408db authored by suhuiguang's avatar suhuiguang

fixcm): 启用管理

1.启用停用增加短信提醒,不校验短信发送频率
parent 3f555ab7
......@@ -180,6 +180,7 @@ public class EnterpriseManageServiceImpl {
msg.put("opDay", String.valueOf(DateUtil.date().dayOfMonth()));
msg.put("opHour", String.valueOf(DateUtil.date().hour(true)));
msg.put("opMin", String.valueOf(DateUtil.date().minute()));
msg.put("unCheckSms", "true");
commonService.sendSms(getSmsCodeByState(state), u.getMobile(), msg);
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment