瀏覽代碼

Merge branch 'master' of http://120.79.128.142:3000/904118851/tg_factory

904118851 8 月之前
父節點
當前提交
9fffa61763
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PULL_DATA_FACTORY/PULL_DATA.js

+ 1 - 1
PULL_DATA_FACTORY/PULL_DATA.js

@@ -115,7 +115,7 @@ async function processTask(timeRange){
             }else{
                 console.log("cur_day_data空")
             }
-            const updateResult = await manager.updateRecord(today,cur_day_data[today]);
+            const updateResult = await manager.updateRecord(today,cur_day_data.get(today));
         }
 
         for (let index = 0; index < response.result.list.length; index++) {