This commit is contained in:
ylj20011123 2025-07-02 18:06:37 +08:00
parent c4ffcaf1b7
commit f8c04a8e6a
4 changed files with 4 additions and 4 deletions

View File

@ -102,7 +102,7 @@ const handleGetData = async () => {
const req: any = { const req: any = {
ProvinceCode: '530000', ProvinceCode: '530000',
StatisticsDate: moment().subtract(1, 'd').format('YYYY-MM-DD'), StatisticsDate: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'),
// ServerpartId: '' // ServerpartId: ''
} }

View File

@ -203,7 +203,7 @@ const handleGetData = async () => {
const req: any = { const req: any = {
Province_Code: '530000', Province_Code: '530000',
// Province_Code: '340000', // 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: '' Serverpart_ID: ''
} }

View File

@ -109,7 +109,7 @@ const handleGetData = async () => {
const req: any = { const req: any = {
ProvinceCode: '530000', ProvinceCode: '530000',
StatisticsDate: moment().subtract(1, 'd').format('YYYY-MM-DD'), StatisticsDate: moment().subtract(1, 'd').subtract(1, 'M').format('YYYY-MM-DD'),
// ServerpartId: '' // ServerpartId: ''
} }

View File

@ -133,7 +133,7 @@ const handleGetData = async () => {
const req: any = { const req: any = {
Province_Code: '530000', 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: '', Serverpart_ID: '',
TimeSpan: 1 TimeSpan: 1
} }