苍穹外卖--订单统计功能实现

This commit is contained in:
2025-12-02 11:10:35 +08:00
parent 1ee460f665
commit 4f055f9b15
6 changed files with 107 additions and 5 deletions

View File

@@ -60,4 +60,6 @@ public interface OrderMapper {
List<Orders> getByStatusAndOrderTime(Integer status, LocalDateTime time);
Double sumByMap(Map map);
Integer countByMap(Map map);
}