|
@@ -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++) {
|