From 9bb306e77b07fe5296eecc2e8d7edf9c9f8187e9 Mon Sep 17 00:00:00 2001
From: xin <1099200748@qq.com>
Date: Thu, 10 Jul 2025 17:37:35 +0800
Subject: [PATCH] 小程序:提交订单处理门店处理

---
 oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java b/oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java
index 03a8b0b..3f1ed13 100644
--- a/oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java
+++ b/oying-system/src/main/java/com/oying/modules/sh/service/OrderOperationLogService.java
@@ -56,4 +56,6 @@
     * @throws IOException /
     */
     void download(List<OrderOperationLog> all, HttpServletResponse response) throws IOException;
+
+    List<OrderOperationLog> getByOrderNum(String orderNum);
 }

--
Gitblit v1.9.3