部门交易金额代码框架
This commit is contained in:
@@ -83,3 +83,17 @@ export function listYestodayBuyPositiveAndDailySellZero(startDate, endDate, tena
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
/** 按日期范围统计本人及递归下级交易金额(不含 report_sum) */
|
||||
export function statsUserTradeWithTeamByDateRangeAndTenant(startDate, endDate, tenantId) {
|
||||
return request({
|
||||
url: '/lbDailyUserTradeReport/stats/user-trade-with-team/by-date-range-and-tenant',
|
||||
method: 'get',
|
||||
params: {
|
||||
startDate,
|
||||
endDate,
|
||||
tenantId
|
||||
},
|
||||
timeout: 120000
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user