From cbdf1e550c73c90c01ec0c792eb7bfe96dcc910f Mon Sep 17 00:00:00 2001
From: wangmengzhao <1036088376@qq.com>
Date: 星期五, 01 十二月 2023 11:35:19 +0800
Subject: [PATCH] 新添加设备订单超时时间间隔代码逻辑实现200231201wmz

---
 wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderMapper.java |   31 +++++++++++++++++++++++++++++--
 1 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderMapper.java b/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderMapper.java
index 9f96db1..2724cdf 100644
--- a/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderMapper.java
+++ b/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/mapper/DeviceOrderMapper.java
@@ -25,13 +25,40 @@
     public List<DeviceOrder> selectDeviceOrderList(DeviceOrder deviceOrder) throws Exception;
 
     /**
-     * 鏌ヨ璁惧璁㈠崟鍒嗛〉鏌ヨ淇℃伅
+     * 鏍规嵁鐧诲綍鐨勭敤鎴锋潵鏌ヨ鑷繁鏈淳鍗曠殑瀹夎鍗�/缁翠慨鍗曟暟閲�
      *
+     * @param deviceOrder
      * @return
      * @throws Exception
      */
-    public List<DeviceOrder> selectDeviceOrderList1(DeviceOrder deviceOrder) throws Exception;
+    public int selectDeviceOrderCountByUndeliveredorders(DeviceOrder deviceOrder) throws Exception;
 
+    /**
+     * 鏍规嵁鐧诲綍鐨勭敤鎴锋潵鏌ヨ鑷繁宸叉淳鍗曠殑瀹夎鍗�/缁翠慨鍗曟暟閲�
+     *
+     * @param deviceOrder
+     * @return
+     * @throws Exception
+     */
+    public int selectDeviceOrderCountByDispatchedorders(DeviceOrder deviceOrder) throws Exception;
+
+    /**
+     * 鏍规嵁鐧诲綍鐨勭敤鎴锋潵鏌ヨ鑷繁宸叉帴鍗曠殑瀹夎鍗�/缁翠慨鍗曟暟閲�
+     *
+     * @param deviceOrder
+     * @return
+     * @throws Exception
+     */
+    public int selectDeviceOrderCountByReceivedorders(DeviceOrder deviceOrder) throws Exception;
+
+    /**
+     * 鏍规嵁鐧诲綍鐨勭敤鎴锋潵鏌ヨ鑷繁宸插畬鎴愮殑瀹夎鍗�/缁翠慨鍗曟暟閲�
+     *
+     * @param deviceOrder
+     * @return
+     * @throws Exception
+     */
+    public int selectDeviceOrderCountByCompleted(DeviceOrder deviceOrder) throws Exception;
 
     /**
      * 鏍规嵁id鏌ヨ瀹夎璁㈠崟淇℃伅

--
Gitblit v1.8.0