Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zhichan
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
蒋勇
zhichan
Commits
5a01a809
Commit
5a01a809
authored
Mar 24, 2020
by
孙亚楠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
530ee735
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
xgg-admin/app/base/controller/impl/index/managerCtl.js
+2
-2
xgg-admin/app/base/service/impl/order/orderSve.js
+1
-1
No files found.
xgg-admin/app/base/controller/impl/index/managerCtl.js
View file @
5a01a809
...
@@ -64,7 +64,7 @@ class ManagerCtl extends CtlBase {
...
@@ -64,7 +64,7 @@ class ManagerCtl extends CtlBase {
}
}
// 数据简报
// 数据简报
(本月交易数据)
async
statTransData
(
params
)
{
async
statTransData
(
params
)
{
if
(
!
params
.
current_date
){
if
(
!
params
.
current_date
){
let
nowTime
=
new
Date
();
let
nowTime
=
new
Date
();
...
@@ -96,7 +96,7 @@ class ManagerCtl extends CtlBase {
...
@@ -96,7 +96,7 @@ class ManagerCtl extends CtlBase {
}
}
}
}
//交付商统计
//交付商统计
(本月交付商业务概览)
async
statDeliverData
(
params
)
{
async
statDeliverData
(
params
)
{
if
(
!
params
.
current_date
){
if
(
!
params
.
current_date
){
let
nowTime
=
new
Date
();
let
nowTime
=
new
Date
();
...
...
xgg-admin/app/base/service/impl/order/orderSve.js
View file @
5a01a809
...
@@ -178,7 +178,7 @@ class OrderService extends ServiceBase {
...
@@ -178,7 +178,7 @@ class OrderService extends ServiceBase {
await
this
.
pushapiSve
.
push
(
options
);
await
this
.
pushapiSve
.
push
(
options
);
}
}
// 数据简报
// 数据简报
(本月交易数据)
async
statTransData
(
params
)
{
async
statTransData
(
params
)
{
if
(
!
params
.
current_date
)
{
if
(
!
params
.
current_date
)
{
return
system
.
getResult
(
null
,
`参数错误 当前时间不能为空`
);
return
system
.
getResult
(
null
,
`参数错误 当前时间不能为空`
);
...
...
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