add 新增运营端小程序查询订单列表接口

This commit is contained in:
YAS\29473
2025-12-31 15:43:48 +08:00
parent 7e2f9a4c61
commit a5fac3091f
9 changed files with 358 additions and 5 deletions

View File

@@ -19,6 +19,7 @@ import org.springframework.stereotype.Repository;
import java.time.LocalDateTime;
import java.util.List;
import java.util.Map;
import java.util.Set;
@Repository
@@ -345,6 +346,14 @@ public interface OrderBasicInfoMapper {
List<OrderVO> getOrderInfoByNXJT(NXJTQueryOrdersInfoDTO dto);
OrderTotalDataVO getOrderTotalData(QueryOrderDTO dto);
/**
* 统计订单数量和总金额
* @param dto 查询条件
* @return 统计结果
*/
com.jsowell.pile.vo.web.OrderStatisticsVO countBusinessOrderStatistics(QueryOrderDTO dto);
List<OrderBasicInfo> queryRepayOrder(String memberId);