From 471edfe303e1822e29a974ceaaa4cc442ebd36d4 Mon Sep 17 00:00:00 2001
From: yuan <123@>
Date: 星期一, 20 七月 2026 17:49:50 +0800
Subject: [PATCH] feat: 优化领料项过滤逻辑,排除与订单成品同规格物料
---
src/main/java/com/ruoyi/production/service/SalesLedgerProductionAccountingService.java | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/ruoyi/production/service/SalesLedgerProductionAccountingService.java b/src/main/java/com/ruoyi/production/service/SalesLedgerProductionAccountingService.java
new file mode 100644
index 0000000..9f844f1
--- /dev/null
+++ b/src/main/java/com/ruoyi/production/service/SalesLedgerProductionAccountingService.java
@@ -0,0 +1,8 @@
+package com.ruoyi.production.service;
+
+import com.ruoyi.production.bean.dto.UserAccountDto;
+import com.ruoyi.production.bean.dto.UserProductionAccountingDto;
+
+public interface SalesLedgerProductionAccountingService {
+ UserAccountDto getByUserId(UserProductionAccountingDto dto);
+}
--
Gitblit v1.9.3