From 202aa80b64972a366d81ee0122df97f9206b0d5d Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 22 十二月 2025 17:13:23 +0800
Subject: [PATCH] 根据过期时间查询公告
---
src/main/java/com/ruoyi/production/service/SalesLedgerSchedulingService.java | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/service/SalesLedgerSchedulingService.java b/src/main/java/com/ruoyi/production/service/SalesLedgerSchedulingService.java
index 484bd23..813553a 100644
--- a/src/main/java/com/ruoyi/production/service/SalesLedgerSchedulingService.java
+++ b/src/main/java/com/ruoyi/production/service/SalesLedgerSchedulingService.java
@@ -22,11 +22,13 @@
void export(HttpServletResponse response);
- int productionDispatch(ProductionDispatchAddDto productionDispatchAddDto);
+ String productionDispatch(List<ProductionDispatchAddDto> productionDispatchAddDto);
IPage<SalesLedgerSchedulingProcessDto> listPageProcess(Page page, SalesLedgerSchedulingProcessDto salesLedgerSchedulingDto);
int productionDispatchDelete(List<Long> ids);
int processScheduling(List<ProcessSchedulingDto> processSchedulingDto);
+
+ void exportOne(HttpServletResponse response);
}
--
Gitblit v1.9.3