|
@@ -38,7 +38,7 @@ async function processTask(timeRange){
|
|
|
if(timeRange!=null){
|
|
|
const today = new Date().toISOString().split('T')[0];
|
|
|
cur_day_data[today][timeRange.start].count = response.result.count
|
|
|
- const updateResult = await manager.updateRecord(today,cur_day_data[timeRange.today]);
|
|
|
+ const updateResult = await manager.updateRecord(today,cur_day_data[today]);
|
|
|
}
|
|
|
|
|
|
for (let index = 0; index < response.result.list.length; index++) {
|
|
@@ -378,7 +378,7 @@ CMD.init = async function(){
|
|
|
},
|
|
|
{
|
|
|
name: '下午区间',
|
|
|
- start: '16:35',
|
|
|
+ start: '16:40',
|
|
|
timestamp: 1733817600000,
|
|
|
hour: 16,
|
|
|
timeFormat: '12/10/2024, 4:00:00 PM'
|