Commit 0f808314 authored by 技术总监-万宁's avatar 技术总监-万宁

新增售后修改订单商品数量Feign接口

parent cf2aee50
......@@ -113,6 +113,7 @@ public class BaseOrderProductServiceImpl implements IBaseOrderProductService {
product.setReceived(BigDecimal.ZERO);
product.setExchangeCount(BigDecimal.ZERO);
product.setReturnCount(BigDecimal.ZERO);
product.setMaintainCount(BigDecimal.ZERO);
product.setLeftCount(product.getQuantity());
product.setDifferCount(product.getQuantity());
......@@ -227,6 +228,7 @@ public class BaseOrderProductServiceImpl implements IBaseOrderProductService {
product.setReceived(BigDecimal.ZERO);
product.setExchangeCount(BigDecimal.ZERO);
product.setReturnCount(BigDecimal.ZERO);
product.setMaintainCount(BigDecimal.ZERO);
product.setLeftCount(product.getQuantity());
product.setDifferCount(product.getQuantity());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment