update
This commit is contained in:
parent
c4ffcaf1b7
commit
f8c04a8e6a
@ -102,7 +102,7 @@ const handleGetData = async () => {
|
||||
|
||||
const req: any = {
|
||||
ProvinceCode: '530000',
|
||||
StatisticsDate: moment().subtract(1, 'd').format('YYYY-MM-DD'),
|
||||
StatisticsDate: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'),
|
||||
// ServerpartId: ''
|
||||
}
|
||||
|
||||
|
||||
@ -203,7 +203,7 @@ const handleGetData = async () => {
|
||||
const req: any = {
|
||||
Province_Code: '530000',
|
||||
// Province_Code: '340000',
|
||||
Statistics_Date: moment().subtract(1, 'd').format('YYYY-MM-DD'),
|
||||
Statistics_Date: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'),
|
||||
Serverpart_ID: ''
|
||||
}
|
||||
|
||||
|
||||
@ -109,7 +109,7 @@ const handleGetData = async () => {
|
||||
|
||||
const req: any = {
|
||||
ProvinceCode: '530000',
|
||||
StatisticsDate: moment().subtract(1, 'd').format('YYYY-MM-DD'),
|
||||
StatisticsDate: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'),
|
||||
// ServerpartId: ''
|
||||
}
|
||||
|
||||
|
||||
@ -133,7 +133,7 @@ const handleGetData = async () => {
|
||||
|
||||
const req: any = {
|
||||
Province_Code: '530000',
|
||||
Statistics_Date: moment().subtract(1, 'd').format('YYYY-MM-DD'),
|
||||
Statistics_Date: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'),
|
||||
Serverpart_ID: '',
|
||||
TimeSpan: 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user