PC下单接口
This commit is contained in:
parent
7caf7eae18
commit
db11b450a3
|
|
@ -195,7 +195,7 @@ public class OrderController extends BaseController {
|
||||||
goodsService.insertGoods(goods);
|
goodsService.insertGoods(goods);
|
||||||
|
|
||||||
List<GoodsStandard> goodsStandards = new ArrayList<>();
|
List<GoodsStandard> goodsStandards = new ArrayList<>();
|
||||||
// 生成规格
|
// TODO 生成规格 -- orderGoods完成后未会写规格id
|
||||||
request.getOrderGoodsStandards().forEach(list->{
|
request.getOrderGoodsStandards().forEach(list->{
|
||||||
DeptGoodsCategory deptGoodsCategory = deptGoodsCategoryService.get(list.getDeptCategoryId());
|
DeptGoodsCategory deptGoodsCategory = deptGoodsCategoryService.get(list.getDeptCategoryId());
|
||||||
GoodsStandard standard = new GoodsStandard();
|
GoodsStandard standard = new GoodsStandard();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue