商品 报损 备注
This commit is contained in:
@@ -737,6 +737,7 @@ public class ProductServiceImpl extends ServiceImpl<ProductMapper, Product> impl
|
|||||||
flow.setInOutType(InOutTypeEnum.OUT.value());
|
flow.setInOutType(InOutTypeEnum.OUT.value());
|
||||||
flow.setInOutItem(InOutItemEnum.DAMAGE_OUT.value());
|
flow.setInOutItem(InOutItemEnum.DAMAGE_OUT.value());
|
||||||
flow.setImgUrls(JSON.toJSONString(param.getImgUrls()));
|
flow.setImgUrls(JSON.toJSONString(param.getImgUrls()));
|
||||||
|
flow.setRemark(param.getRemark());
|
||||||
productStockFlowService.save(flow);
|
productStockFlowService.save(flow);
|
||||||
List<ProductStockVO> productStockList = new ArrayList<>();
|
List<ProductStockVO> productStockList = new ArrayList<>();
|
||||||
productStockList.add(new ProductStockVO(param.getProductId(), BigDecimal.valueOf(param.getNumber())));
|
productStockList.add(new ProductStockVO(param.getProductId(), BigDecimal.valueOf(param.getNumber())));
|
||||||
|
|||||||
Reference in New Issue
Block a user