导出报表 11点报表
This commit is contained in:
@@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
|
||||
import com.rj.entity.LbDailyUserTrade;
|
||||
import com.rj.entity.LbDailyUserTradeReport;
|
||||
|
||||
import jakarta.servlet.http.HttpServletResponse;
|
||||
|
||||
import java.time.LocalDate;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
@@ -33,4 +35,9 @@ public interface ILbDailyUserTradeReportService extends IService<LbDailyUserTrad
|
||||
*/
|
||||
Map<String, Object> listUserTradeAmountWithTeamByDateRangeAndTenant(
|
||||
LocalDate startDate, LocalDate endDate, String tenantId);
|
||||
|
||||
/**
|
||||
* 按报表日期与租户导出 Excel。
|
||||
*/
|
||||
void exportByDateAndTenant(String reportDate, String tenantId, HttpServletResponse response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user