Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjntServer
Overview
Overview
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
node_server
zjntServer
Commits
64136d11
Commit
64136d11
authored
Feb 18, 2025
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8a559b5e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
hjszzl.ts
src/biz/hjszzl.ts
+2
-0
No files found.
src/biz/hjszzl.ts
View file @
64136d11
...
...
@@ -35,6 +35,7 @@ export async function getData(req, res) {
for
(
let
i
=
0
;
i
<
keyList
.
length
;
i
++
)
{
let
{
dataList
,
now
}
=
await
温湿度变化趋势变化趋势
(
keyList
[
i
],
"温度"
);
if
(
!
now
)
continue
;
dataList
.
sort
((
a
,
b
)
=>
{
return
parseFloat
(
a
.
key
)
-
parseFloat
(
b
.
key
)})
let
xnList
=
[
1
,
1
,
2
,
3
,
4
,
5
,
9
,
9
,
9
,
9
,
9
];
let
xnDataList
=
[];
dataList
.
forEach
((
info
,
itemIndex
)
=>
{
...
...
@@ -63,6 +64,7 @@ export async function getData(req, res) {
for
(
let
i
=
0
;
i
<
keyList
.
length
;
i
++
)
{
let
{
dataList
,
now
}
=
await
温湿度变化趋势变化趋势
(
keyList
[
i
],
"湿度"
);
if
(
!
now
)
continue
;
dataList
.
sort
((
a
,
b
)
=>
{
return
parseFloat
(
a
.
key
)
-
parseFloat
(
b
.
key
)})
let
xnDataList
=
[];
dataList
.
forEach
((
info
,
itemIndex
)
=>
{
xnDataList
.
push
({
...
...
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