Commit ec457de6 by ping.wu

三方产品编号名称修改

parent 745eb004
......@@ -165,5 +165,5 @@ public class CreateOrderProductRequest extends BaseConfig {
/** 商品统计分类编号**/
private String classificationId;
private String setClassificationName;
private String classificationName;
}
......@@ -1942,7 +1942,7 @@ public class OrderAdapter {
createOrderProductDemoDto.setUnit(cartGoodsDetailDto.getUnit());
createOrderProductDemoDto.setStapleFood(0);
createOrderProductDemoDto.setClassificationId(cartGoodsDetailDto.getClassificationId());
createOrderProductDemoDto.setSetClassificationName(cartGoodsDetailDto.getSetClassificationName());
createOrderProductDemoDto.setClassificationName(cartGoodsDetailDto.getClassificationName());
return createOrderProductDemoDto;
}
......
......@@ -178,7 +178,7 @@ public class ShoppingCartGoodsDto {
/** 商品统计分类编号**/
private String classificationId;
private String setClassificationName;
private String classificationName;
/**
* 是否限制库存
* 用于创建订单时,是否扣减库存
......
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