Commit 5a01a809 by 孙亚楠

dd

parent 530ee735
...@@ -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();
......
...@@ -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, `参数错误 当前时间不能为空`);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment