Commit fb069033 by ping.wu

第三方统计分类字段名修改

parent 6d9f30d0
...@@ -1993,7 +1993,7 @@ public class OrderAdapter { ...@@ -1993,7 +1993,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