Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
server
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
changsanjiao
server
Commits
aa52fef3
Commit
aa52fef3
authored
Oct 27, 2021
by
lixinming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://123.207.147.179:8888/changsanjiao/server
# Conflicts: # res/其他数据模板.xlsx
parents
af2c68b2
6034c577
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
qyehPage.ts
src/biz/qyehPage.ts
+2
-2
No files found.
src/biz/qyehPage.ts
View file @
aa52fef3
...
@@ -4,8 +4,8 @@ import { get区域融合 } from "../data/analysisExcelData";
...
@@ -4,8 +4,8 @@ import { get区域融合 } from "../data/analysisExcelData";
function
特化一体化电网运行管理
(
number
)
{
function
特化一体化电网运行管理
(
number
)
{
let
checkData
=
new
Date
(
'2021-10-25 00:00:00'
).
valueOf
()
-
new
Date
(
).
valueOf
();
let
checkData
=
new
Date
(
).
valueOf
()
-
new
Date
(
'2021-10-25 00:00:00'
).
valueOf
();
return
Math
.
ceil
(
checkData
/
(
3600
*
1000
*
24
))
+
number
;
return
Math
.
floor
(
checkData
/
(
3600
*
1000
*
24
))
+
number
;
}
}
export
function
getData
(
req
,
res
)
{
export
function
getData
(
req
,
res
)
{
...
...
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