导出当日汇总
This commit is contained in:
@@ -59,3 +59,15 @@ export function calculateReportSumByDateAndTenant(reportDate, tenantId) {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
export function exportLbDailyUserTradeReportByDateAndTenant(reportDate, tenantId) {
|
||||
return request({
|
||||
url: '/lbDailyUserTradeReport/export/by-date-and-tenant',
|
||||
method: 'get',
|
||||
params: {
|
||||
reportDate,
|
||||
tenantId
|
||||
},
|
||||
responseType: 'blob'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user