Commit e9be0946 by ping.wu

Merge branches 'develop' and 'feature/20200604_统计分类编号维护_wuping' of…

Merge branches 'develop' and 'feature/20200604_统计分类编号维护_wuping' of http://gitlab.freemud.com/order-group-application/order-group into develop
parents 0d399140 fb069033
...@@ -1910,7 +1910,7 @@ public class OrderAdapter { ...@@ -1910,7 +1910,7 @@ public class OrderAdapter {
createOrderProductDemoDto.setWeight(cartGoodsDetailDto.getWeight()); createOrderProductDemoDto.setWeight(cartGoodsDetailDto.getWeight());
createOrderProductDemoDto.setUnit(cartGoodsDetailDto.getUnit()); createOrderProductDemoDto.setUnit(cartGoodsDetailDto.getUnit());
createOrderProductDemoDto.setStapleFood(0); createOrderProductDemoDto.setStapleFood(0);
createOrderProductDemoDto.setCategory(cartGoodsDetailDto.getCategory()); createOrderProductDemoDto.setCategory(cartGoodsDetailDto.getClassificationId());
return createOrderProductDemoDto; return createOrderProductDemoDto;
} }
......
...@@ -176,7 +176,9 @@ public class ShoppingCartGoodsDto { ...@@ -176,7 +176,9 @@ public class ShoppingCartGoodsDto {
// private String productCode; // private String productCode;
/** 商品统计分类编号**/ /** 商品统计分类编号**/
private String category; private String classificationId;
private String setClassificationName;
/** /**
* 是否限制库存 * 是否限制库存
* 用于创建订单时,是否扣减库存 * 用于创建订单时,是否扣减库存
......
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