From 508f3e225df87e0da974424981e7782fc5ce875c Mon Sep 17 00:00:00 2001 From: xuhy <3313886187@qq.com> Date: 星期一, 19 五月 2025 14:21:39 +0800 Subject: [PATCH] 修改 --- ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleGoodsService.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleGoodsService.java b/ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleGoodsService.java index 1ed5f1c..4f790e0 100644 --- a/ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleGoodsService.java +++ b/ruoyi-system/src/main/java/com/ruoyi/system/service/TOrderSaleGoodsService.java @@ -23,4 +23,10 @@ * @return */ BigDecimal costTotal(List<Long> ids); + + /** + * 删除 + * @param saleIds + */ + void deleteByOrderId(List<Long> saleIds); } -- Gitblit v1.7.1