Showing
1 changed file
with
2 additions
and
2 deletions
@@ -81,10 +81,10 @@ public class AlarmMsgServiceImpl implements AlarmMsgService { | @@ -81,10 +81,10 @@ public class AlarmMsgServiceImpl implements AlarmMsgService { | ||
81 | } | 81 | } |
82 | }*/ | 82 | }*/ |
83 | //无需发送 | 83 | //无需发送 |
84 | - if (true) { | 84 | + /* if (true) { |
85 | return true; | 85 | return true; |
86 | } | 86 | } |
87 | - | 87 | +*/ |
88 | //无需发送 | 88 | //无需发送 |
89 | if (!checkSentOrNo(type, content, mobile)) { | 89 | if (!checkSentOrNo(type, content, mobile)) { |
90 | return true; | 90 | return true; |
-
Please register or login to post a comment