From 7f1e7ceb7faca00b1d15f9b85eafe7deb70708f9 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 11 六月 2026 19:30:35 +0800
Subject: [PATCH] docs: 生产领料小数点更新sql
---
src/main/java/com/ruoyi/procurementrecord/utils/StockUtils.java | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/main/java/com/ruoyi/procurementrecord/utils/StockUtils.java b/src/main/java/com/ruoyi/procurementrecord/utils/StockUtils.java
index f6c8d64..15fea11 100644
--- a/src/main/java/com/ruoyi/procurementrecord/utils/StockUtils.java
+++ b/src/main/java/com/ruoyi/procurementrecord/utils/StockUtils.java
@@ -114,11 +114,6 @@
stockInventoryDto.setProductModelId(productModelId);
stockInventoryDto.setBatchNo(batchNo);
stockInventoryService.addStockInRecordOnly(stockInventoryDto);
- //StockInRecord stockInRecord = stockInRecordService.getOne(Wrappers.<StockInRecord>lambdaQuery()
- // .eq(StockInRecord::getRecordId, stockInventoryDto.getRecordId())
- // .eq(StockInRecord::getRecordType, stockInventoryDto.getRecordType())
- //);
- //stockInRecordService.batchApprove(Collections.singletonList(stockInRecord.getId()),1);
}
/**
--
Gitblit v1.9.3