Commit 7a600042 by 王昆

gsb

parent 3d42a13a
...@@ -29,6 +29,7 @@ class EcontractApi { ...@@ -29,6 +29,7 @@ class EcontractApi {
} }
async syncDepartmentStat(pobj) { async syncDepartmentStat(pobj) {
pobj = pobj || {};
let syncDays = Number(pobj.syncDays || 10); let syncDays = Number(pobj.syncDays || 10);
// 获取30天内数据 // 获取30天内数据
let t1 = new Date().getTime(); let t1 = new Date().getTime();
......
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