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/service/IDeviceOrderService.java | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
diff --git a/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceOrderService.java b/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceOrderService.java
index 01fcd5a..3a7d6e2 100644
--- a/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceOrderService.java
+++ b/wumei-smart-master/springboot/wumei-iot/src/main/java/com/ruoyi/iot/service/IDeviceOrderService.java
@@ -24,6 +24,42 @@
public List<DeviceOrder> selectDeviceOrderList(DeviceOrder deviceOrder) throws Exception;
/**
+ * 鏍规嵁鐧诲綍鐨勭敤鎴锋潵鏌ヨ鑷繁鏈淳鍗曠殑瀹夎鍗�/缁翠慨鍗曟暟閲�
+ *
+ * @param deviceOrder
+ * @return
+ * @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鏌ヨ瀹夎璁㈠崟淇℃伅
*
* @param id
--
Gitblit v1.8.0