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
7 years ago
Commit
6ff15a9751b4a9d3c68fce504a94affdc24458af
1 parent
58b5d2b1
修改bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
monitor-service-other/src/main/java/com/monitor/other/task/someTask/DeviceActiveTask.java
monitor-service-other/src/main/java/com/monitor/other/task/someTask/DeviceActiveTask.java
View file @
6ff15a9
...
...
@@ -43,6 +43,9 @@ public class DeviceActiveTask {
@PostConstruct
public
void
init
()
{
mobile
=
getUsersInfoUtil
.
getMobileByAlarmGroup
(
AlarmGroupContants
.
UNION_MOBILE
);
if
(
mobile
==
null
){
mobile
=
""
;
}
DEBUG
.
info
(
"联盟激活的电话号码is "
+
mobile
);
}
...
...
Please
register
or
login
to post a comment