Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ops
/
monitor-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
qinchao
2017-10-20 07:10:08 +0800
Commit
71c82f7a0f8654b1bf179127e08cabebfb4176ba
1 parent
69367baa
暂时关闭短信
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
monitor-service-common/src/main/java/com/monitor/common/service/impl/AlarmMsgServiceImpl.java
monitor-service-common/src/main/java/com/monitor/common/service/impl/AlarmMsgServiceImpl.java
View file @
71c82f7
...
...
@@ -81,10 +81,10 @@ public class AlarmMsgServiceImpl implements AlarmMsgService {
}
}*/
//无需发送
if
(
true
)
{
/*
if (true) {
return true;
}
*/
//无需发送
if
(!
checkSentOrNo
(
type
,
content
,
mobile
))
{
return
true
;
...
...
Please
register
or
login
to post a comment