You've already forked FrameTour-BE
添加订单统计方法
This commit is contained in:
@@ -106,4 +106,11 @@ public interface StatisticsMapper {
|
||||
List<HashMap<String, String>> scanCodeMemberChartByHour(CommonQueryReq query);
|
||||
|
||||
List<HashMap<String, String>> scanCodeMemberChartByDate(CommonQueryReq query);
|
||||
|
||||
/**
|
||||
* 统计订单数量和金额(包含推送订单和现场订单)
|
||||
* @param query
|
||||
* @return
|
||||
*/
|
||||
com.ycwl.basic.model.pc.statistics.resp.OrderStatisticsResp getOrderStatistics(CommonQueryReq query);
|
||||
}
|
||||
|
Reference in New Issue
Block a user