Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
U
unify_api2
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
chaonan
unify_api2
Commits
b4fca9cb
Commit
b4fca9cb
authored
Aug 20, 2024
by
lcn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
敬业钢铁发电修改
parent
356a1478
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
pttl_max.py
unify_api/modules/common/procedures/pttl_max.py
+4
-1
No files found.
unify_api/modules/common/procedures/pttl_max.py
View file @
b4fca9cb
...
...
@@ -40,7 +40,10 @@ async def load_pttl_max(cid, start, end, point_id=None, inline_id=None):
max_val_time
=
""
for
data
in
datas
:
if
data
.
get
(
"pttl_max_sum"
):
mdp_max_value
=
data
[
"pttl_max_sum"
]
if
point_id
and
point_id
==
840
:
mdp_max_value
=
abs
(
data
[
"pttl_max_sum"
])
else
:
mdp_max_value
=
data
[
"pttl_max_sum"
]
if
mdp_max_value
and
mdp_max_value
>
max_val
:
max_val
=
mdp_max_value
max_val_time
=
data
[
"create_time"
]
...
...
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