新增 后管查询运营商订单报表V2 接口

This commit is contained in:
Lemon
2023-08-28 14:58:34 +08:00
parent 192315089b
commit 282194b761
10 changed files with 245 additions and 4 deletions

View File

@@ -103,6 +103,17 @@ public class SettleOrderReportController extends BaseController {
return AjaxResult.success(settleOrderReportService.getMerchantOrderReport(dto));
}
/**
* 查询运营商订单报表V2
* @param dto
* @return
*/
// @PreAuthorize("@ss.hasPermi('pile:merchant:query')")
@PostMapping("/getMerchantOrderReportV2")
public AjaxResult getMerchantOrderReportV2(@RequestBody MerchantOrderReportDTO dto) {
return AjaxResult.success(settleOrderReportService.getMerchantOrderReportV2(dto));
}
/**
* 查询站点订单日报详情
* http://localhost:8080/order/report/getStationOrderReportDetail