Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
holmes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
holmes
Commits
fe756eac
Commit
fe756eac
authored
Feb 17, 2022
by
黎博
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
线上@具体人更新
parent
ddee8e9d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
3 deletions
+31
-3
UserPhoneMap.java
src/main/java/cn/qg/holmes/config/UserPhoneMap.java
+2
-2
user-phone.json
src/main/resources/user-phone.json
+29
-1
No files found.
src/main/java/cn/qg/holmes/config/UserPhoneMap.java
View file @
fe756eac
...
@@ -37,8 +37,8 @@ public class UserPhoneMap {
...
@@ -37,8 +37,8 @@ public class UserPhoneMap {
@PostConstruct
@PostConstruct
public
void
readUserPhoneMap
()
{
public
void
readUserPhoneMap
()
{
log
.
info
(
"开始读取
USER_PHONE_MAP."
);
log
.
info
(
"开始读取USER_PHONE_MAP."
);
USER_PHONE_MAP
=
JSON
.
parseObject
(
readJsonile
(
"user-phone.json"
),
Map
.
class
);
USER_PHONE_MAP
=
JSON
.
parseObject
(
readJsonile
(
"user-phone.json"
),
Map
.
class
);
log
.
info
(
"读取到
USER_PHONE_MAP:{}"
,
JSON
.
toJSONString
(
USER_PHONE_MAP
));
log
.
info
(
"读取到USER_PHONE_MAP:{}"
,
JSON
.
toJSONString
(
USER_PHONE_MAP
));
}
}
}
}
src/main/resources/user-phone.json
View file @
fe756eac
{
{
"黎博"
:
"18311069063"
,
"黎博"
:
"18311069063"
,
"温海元"
:
"18501033527"
"温海元"
:
"18501033527"
,
"丁兆辉"
:
"13261765410"
,
"秦倩倩"
:
"13439170251"
,
"鲁奇"
:
"17600329766"
,
"童玲"
:
"18600462580"
,
"宋晓晓"
:
"17600807872"
,
"柴彦丽"
:
"18500191831"
,
"张宏至"
:
"18612365254"
,
"鹿朋"
:
"18330154243"
,
"魏建超"
:
"15201517606"
,
"丁凯歌"
:
"15011473728"
,
"张贺"
:
"15635926719"
,
"任国坤"
:
"17610739527"
,
"吴琼"
:
"18732195428"
,
"王业雄"
:
"13100707233"
,
"韩成龙"
:
"18511860257"
,
"刘李鹏"
:
"13366941391"
,
"李健华"
:
"15011406127"
,
"刘科卫"
:
"13331125050"
,
"丛飞"
:
"18311333536"
,
"高广京"
:
"18600212130"
,
"马闯"
:
"18612233324"
,
"申聚峰"
:
"16619730028"
,
"麻晓帅"
:
"18310009354"
,
"陈宏杰"
:
"13716974679"
,
"王雪飞"
:
"18610902076"
,
"李东浩"
:
"18401040566"
,
"郑彦彦"
:
"15727396430"
,
"王小强"
:
"18510794767"
}
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment