修改批量出入库
This commit is contained in:
parent
82005ce2d4
commit
275803feba
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue