Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
yohoufo-fore
·
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
mali
2019-02-27 14:31:11 +0800
Commit
5a56da6574bf877632f5b8f06da3739aece4c160
1 parent
d0c4439c
测试入influxdb的代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
common/src/main/java/com/yohoufo/common/alarm/UfoInfluxdbVo.java
common/src/main/java/com/yohoufo/common/alarm/UfoInfluxdbVo.java
View file @
5a56da6
...
...
@@ -84,7 +84,7 @@ public class UfoInfluxdbVo {
}
public
Builder
addInitField
(
InfluxdbFieldEnum
fieldEnum
)
{
this
.
fields
.
put
(
fieldEnum
.
getFiledName
(),
1
);
this
.
fields
.
put
(
fieldEnum
.
getFiledName
(),
1
L
);
return
this
;
}
...
...
Please
register
or
login
to post a comment