出入库

This commit is contained in:
2026-04-16 17:25:58 +08:00
parent 821f3c58e6
commit c705265047
2 changed files with 6 additions and 4 deletions

View File

@@ -156,6 +156,7 @@ public class ConsStockFlowServiceImpl extends ServiceImpl<ConsStockFlowMapper, C
StockPrintDTO stockPrint = new StockPrintDTO();
stockPrint.setType(type);
stockPrint.setPrintTime(LocalDateTime.now());
stockPrint.setInStockTime(LocalDateTime.now());
stockPrint.setOperator(param.getOperator());
stockPrint.setConsCount(param.getBodyList().size());
List<StockPrintDTO.InStockItem> items = new ArrayList<>();