PC下单接口

This commit is contained in:
kuang.yife 2023-05-21 02:49:21 +08:00
parent 7caf7eae18
commit db11b450a3
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ public class OrderController extends BaseController {
goodsService.insertGoods(goods);
List<GoodsStandard> goodsStandards = new ArrayList<>();
// 生成规格
// TODO 生成规格 -- orderGoods完成后未会写规格id
request.getOrderGoodsStandards().forEach(list->{
DeptGoodsCategory deptGoodsCategory = deptGoodsCategoryService.get(list.getDeptCategoryId());
GoodsStandard standard = new GoodsStandard();