修改批量出入库

This commit is contained in:
韩鹏辉 2024-07-08 18:13:38 +08:00
parent 82005ce2d4
commit 275803feba
1 changed files with 2 additions and 1 deletions

View File

@ -299,7 +299,8 @@ public class TbConsInfoServiceImpl implements TbConsInfoService {
tbConsInfoFlowRepository.save(flow);
}
stockOperate.setBatchNumber(array.toJSONString());
stockOperate.setBatchNumber("");
stockOperate.setStockSnap(array.toJSONString());
tbProductStockOperateRepository.save(stockOperate);