Authored by qinchao

暂时关闭短信

... ... @@ -81,10 +81,10 @@ public class AlarmMsgServiceImpl implements AlarmMsgService {
}
}*/
//无需发送
if (true) {
/* if (true) {
return true;
}
*/
//无需发送
if (!checkSentOrNo(type, content, mobile)) {
return true;
... ...