From 95d131d80da390ec1bfec2aacc442967e4c2c699 Mon Sep 17 00:00:00 2001 From: ryoeiken <754264374@qq.com> Date: Wed, 27 Jan 2021 16:41:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=91=98=E5=B7=A5=E6=8A=A5?= =?UTF-8?q?=E9=A4=90=E7=BB=9F=E8=AE=A1=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E6=98=8E=E5=A4=A9=E6=89=8B=E5=B7=A5=E6=8A=A5=E9=A4=90?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=9A=84=E7=BB=9F=E8=AE=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/ruoyi/system/fantang/controller/ClientController.java | 1 + ruoyi-ui/src/views/fantang/orderStatistics/index.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/ClientController.java b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/ClientController.java index c24e056d7..235d451f8 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/ClientController.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/fantang/controller/ClientController.java @@ -547,6 +547,7 @@ public class ClientController extends BaseController { result.put("reports", orderDaoService.getStatisticsReportMealsOfTomorrow()); result.put("staffs", orderDaoService.getStatisticsStaffOfTomorrow()); result.put("stops", orderDaoService.getStopOrderOfTomorrow()); + result.put("order",orderDaoService.statisGetOrderOfDate(DateUtil.offsetDay(new Date(), 1), 1, 100) ); return result; } diff --git a/ruoyi-ui/src/views/fantang/orderStatistics/index.vue b/ruoyi-ui/src/views/fantang/orderStatistics/index.vue index 2f039ae33..722a14011 100644 --- a/ruoyi-ui/src/views/fantang/orderStatistics/index.vue +++ b/ruoyi-ui/src/views/fantang/orderStatistics/index.vue @@ -91,7 +91,7 @@ import { getStatisGetOrderOfWeek, listOrder, updateOrder -} from "@/api/fantang/order"; +} from "../../../api/fantang/order"; export default { name: "Order",