This commit is contained in:
YAS\29473
2025-12-31 16:02:46 +08:00
parent a5fac3091f
commit 2347445e74
4 changed files with 17 additions and 12 deletions

View File

@@ -352,7 +352,7 @@ public interface OrderBasicInfoMapper {
* @param dto 查询条件
* @return 统计结果
*/
com.jsowell.pile.vo.web.OrderStatisticsVO countBusinessOrderStatistics(QueryOrderDTO dto);
OrderStatisticsVO countBusinessOrderStatistics(QueryOrderDTO dto);
List<OrderBasicInfo> queryRepayOrder(String memberId);