出入库
This commit is contained in:
@@ -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<>();
|
||||
|
||||
Reference in New Issue
Block a user