gongchunyi
2026-06-28 86379aae223a16fed59d46f915ade96ef987b8d2
src/main/java/com/ruoyi/stock/service/impl/StockOutRecordServiceImpl.java
@@ -55,7 +55,7 @@
    @Override
    public int add(StockOutRecordDto stockOutRecordDto) {
        String no = OrderUtils.countTodayByCreateTime(stockOutRecordMapper, "CK");
        String no = OrderUtils.countTodayByCreateTime(stockOutRecordMapper, "CK", "outbound_batches");
        stockOutRecordDto.setOutboundBatches(no);
        StockInRecord stockInRecord = new StockInRecord();
        BeanUtils.copyProperties(stockOutRecordDto, stockInRecord);