From 7bf754a7835d06f26240c4ca15bc5f83650de377 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 21 九月 2026 20:52:25 +0800
Subject: [PATCH] docs(api): 更新信托基金与代储台账及油品出库相关接口文档

---
 src/main/java/com/ruoyi/account/mapper/sales/AccountSalesCollectionMapper.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/account/mapper/sales/AccountSalesCollectionMapper.java b/src/main/java/com/ruoyi/account/mapper/sales/AccountSalesCollectionMapper.java
index 2f1cf6e..b98cc1d 100644
--- a/src/main/java/com/ruoyi/account/mapper/sales/AccountSalesCollectionMapper.java
+++ b/src/main/java/com/ruoyi/account/mapper/sales/AccountSalesCollectionMapper.java
@@ -29,6 +29,9 @@
     //鍒ゆ柇璇ュ嚭搴撹褰曟槸鍚︽湁鏀舵鍗�
     boolean existsByStockOutRecordId(@Param("stockOutRecordIds") List<Long> stockOutRecordIds);
 
+    //鍒ゆ柇璇ュ嚭搴撶粦瀹氳锛堟补鍝佸嚭搴撴寜瀹㈡埛鎷嗗垎锛夋槸鍚︽湁鏀舵鍗�
+    boolean existsByStockOutBindingId(@Param("stockOutBindingIds") List<Long> stockOutBindingIds);
+
     List<SalesOutboundVo> getOutboundBatchesByCustomer(@Param("customerId") Integer customerId);
 
     List<IncomeExpenseAnalysisDto> selectIncomeStats(@Param("startStr") String startStr, @Param("endStr") String endStr, @Param("dateFormat") String dateFormat);

--
Gitblit v1.9.3