From 76ed413ae6fd573996207760904304b4951df5d5 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sun, 13 Mar 2022 18:43:34 +0800 Subject: [PATCH] 重构:套餐项目 --- zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java b/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java index dd538f2..8b89de0 100644 --- a/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java +++ b/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java @@ -60,7 +60,12 @@ */ public SysOutStore findById(Long id); - public int checkInfo(SysOutStore sysOutStore); + /** + * 出库单审核通过,并扣减库存 + * @param sysOutStore + * @return + */ + public int effectOutStore(SysOutStore sysOutStore); -- Gitblit v1.9.1